From 3147adcd72f0abce35eea86c5e8f25287e2c7eff Mon Sep 17 00:00:00 2001 From: skeeter Date: Mon, 24 Dec 2001 03:18:50 +0000 Subject: [PATCH] Some more small updates.' --- filemanager/inc/class.bophpwebhosting.inc.php | 2 +- filemanager/inc/class.uiphpwebhosting.inc.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/filemanager/inc/class.bophpwebhosting.inc.php b/filemanager/inc/class.bophpwebhosting.inc.php index bb3916ab33..8854966233 100755 --- a/filemanager/inc/class.bophpwebhosting.inc.php +++ b/filemanager/inc/class.bophpwebhosting.inc.php @@ -115,7 +115,7 @@ $this->userinfo['username'] = $GLOBALS['phpgw_info']['user']['account_id']; $this->userinfo['account_lid'] = $GLOBALS['phpgw']->accounts->id2name($this->userinfo['username']); $this->userinfo['hdspace'] = 10000000000; - $this->homedir = $this->fakebase.'/'.$this->userinfo['account_lid']; + $this->homedir = $this->fakebase.SEP.$this->userinfo['account_lid']; if(!defined('NULL')) { diff --git a/filemanager/inc/class.uiphpwebhosting.inc.php b/filemanager/inc/class.uiphpwebhosting.inc.php index d8620c371b..ed5a92033a 100755 --- a/filemanager/inc/class.uiphpwebhosting.inc.php +++ b/filemanager/inc/class.uiphpwebhosting.inc.php @@ -78,8 +78,8 @@ $p->set_var('error','

Go to your Home directory' ); @@ -147,7 +147,7 @@ $this->bo->path != $this->bo->fakebase && !$this->bo->vfs->file_exists($this->bo->path,Array(RELATIVE_NONE))) { - $this->no_access_exists(lang('Directory '.$this->bo->path.' does not exist')); + $this->no_access_exists(lang('Directory X does not exist',$this->bo->path)); } }