<?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());
info at phpclasses dot org