Login   Register  
PHP Classes
elePHPant
Icontem

File: conf/apps.conf.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Florian Sax  >  File PHP  >  conf/apps.conf.php  >  Download  
File: conf/apps.conf.php
Role: Auxiliary data
Content type: text/plain
Description: Permission settings
Class: File PHP
Web based manager to browse the server file system
Author: By
Last change:
Date: 2004-06-14 14:56
Size: 386 bytes
 

Contents

Class file image Download
<?PHP
; application = security level
; 0 => not logged in
; 1 => logged in
;

htmlHeader		= 0;
login			= 0;
toolBar			= 0;
showDir			= 0;
returnFile		= 0;
requestAction	= 0;

config			= 1;
changeDir		= 1;
upload			= 1;
editFile		= 1;
writeFile		= 1;
copy			= 1;
move			= 1;
delete			= 1;
runPHPscript	= 1;
makeDir			= 1;
filePHPinfo		= 1;
setPermission



?>