Procedural File: index.php
Source Location: /applications/filemanager/index.php
Classes:
Page Details:
Includes:
include($APP['path']['bsRoot'].'applications/filemanager/'.$_GET['showPage'].'.php') [line 82]
include($APP['path']['bsRoot'].'applications/filemanager/frameset.php') [line 86]
require_once($APP['path']['core'].'text/Bs_LanguageHandler.class.php') [line 39]
require_once($APP['path']['applications'].'filemanager/global.conf.php') [line 13]
require_once($APP['path']['core'].'file/Bs_Dir.class.php') [line 16]
require_once($APP['path']['core'].'file/Bs_File.class.php') [line 17]
copyFile [line 98]
void copyFile(
mixed $from, mixed $to)
|
|
makePathAbsolute [line 109]
void makePathAbsolute(
mixed $path)
|
|
if relative paths are used, we need to make it absolute.
moveFile [line 90]
void moveFile(
mixed $from, mixed $to)
|
|
|