Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Bogdan Zarchievici  >  File Browser  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example
Class: File Browser
Provides a Web interface to browse server files
Author: By
Last change: Bug fixes.
Date: 2005-09-30 13:26
Size: 743 bytes
 

Contents

Class file image Download
<?

########################################################
##                                                    ##
## FILE BROWSER - PHP CLASS             VERSION 1.3.1 ##
## OPEN SOURCE            FREE FOR NON-COMMERCIAL USE ##
##                                                    ##
## AUTHOR: BOGDAN ZARCHIEVICI                         ##
##                                                    ##
## LICENSED UNDER CREATIVE COMMONS                    ##
## ATTRIBUTION-NONCOMMERCIAL-SHAREALIKE 2.5           ##
##                                                    ##
########################################################

error_reporting(0);
include(
'file-browser.php');
$file_browser=&new file_browser("interface","elementary");

?>