Updated to SEP

This commit is contained in:
zone 2001-06-27 07:16:06 +00:00
parent c9be6f35cf
commit bde7203314
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
### Start Configuration Options ###
### These are automatically set in phpGW - do not edit ###
$sep = $phpgw_info["server"]["dir_separator"];
$sep = SEP;
$rootdir = $phpgw->vfs->basedir;
$fakebase = $phpgw->vfs->fakebase;
$hostname = $phpgw_info["server"]["webserver_url"] . $filesdir;

View File

@ -16,7 +16,7 @@ html_break (1);
html_text_italic (PHP_OS . " - " . $phpgw_info["server"]["db_type"] . " - " . PHP_VERSION . " - " . $phpgw->vfs->basedir);
html_break (1);
$sep = $phpgw_info["server"]["dir_separator"];
$sep = SEP;
$user = $phpgw->vfs->working_lid;
$homedir = $phpgw->vfs->fakebase . "/" . $user;
$realhomedir = preg_replace ("|/|", $sep, $homedir);