Update of /cvsroot/upcase-project/UpCase/lib
In directory usw-pr-cvs1:/tmp/cvs-serv26101
Modified Files:
uc_installer.php
Log Message:
path fixing
Index: uc_installer.php
===================================================================
RCS file: /cvsroot/upcase-project/UpCase/lib/uc_installer.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** uc_installer.php 14 Nov 2002 11:00:11 -0000 1.2
--- uc_installer.php 14 Nov 2002 11:20:27 -0000 1.3
***************
*** 28,34 ****
{
$cfg = $GLOBALS["ucConfig"];
! $this->metaBackup = $cfg->filesRoot . "/packages/db";
$this->db = new UcSql();
! $this->tmpDir = $cfg->filesRoot . "/packages/dl";
}
--- 28,34 ----
{
$cfg = $GLOBALS["ucConfig"];
! $this->metaBackup = $cfg->upcaseRoot . "/packages/db";
$this->db = new UcSql();
! $this->tmpDir = $cfg->upcaseRoot . "/packages/dl";
}
|