PHP Classes

File: prueba.php

Recommend this page to a friend!
  Classes of Guillermo   Class CSeguridad   prueba.php   Download  
File: prueba.php
Role: Example script
Content type: text/plain
Description: Ejemplo de uso / Usage example
Class: Class CSeguridad
Generate backup archives of server side files
Author: By
Last change:
Date: 19 years ago
Size: 96 bytes
 

Contents

Class file image Download
<?
include ("./cseguridad.php");
$a=new CSEGURIDAD();
$a->basedir="../";
$a->pagina();
?>