PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Nick Daniels   PHP Secure File   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Secure File
Scan directories and compute hashes of file lists
Author: By
Last change: Default
Date: 8 years ago
Size: 256 bytes
 

Contents

Class file image Download
<?php
/** SecureFile**
 *
 * @Auther Nick Daniels : http://twitter.com/ManicSec
 * @INFO ::: Currently not finished, You're free to continue.
 */
require_once('SecureFile.class.php');

$secFile = new SecureFile("www/");
print_r($secFile->getDirStruct());