PHP Classes

File: example.php

Recommend this page to a friend!
  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: 18 years ago
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");

?>