php files moved to storageAdmin/var

This commit is contained in:
tomas 2005-06-13 10:19:05 +00:00
parent 8ab2d92134
commit 3125a6af5c
2 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@
#
#
# Author : $Author: tomas $
# Version : $Revision: 1.2 $
# Version : $Revision: 1.3 $
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageAdmin/bin/dumpDbSchema.sh,v $
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
@ -36,7 +36,7 @@
#-------------------------------------------------------------------------------
reldir=`dirname $0`/..
phpdir=`cd $reldir/bin/php; pwd`
phpdir=`cd $reldir/var; pwd`
filelistpathname=.
#-------------------------------------------------------------------------------

View file

@ -22,7 +22,7 @@
#
#
# Author : $Author: tomas $
# Version : $Revision: 1.1 $
# Version : $Revision: 1.2 $
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageAdmin/bin/import.sh,v $
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
@ -36,7 +36,7 @@
#-------------------------------------------------------------------------------
reldir=`dirname $0`/..
phpdir=`cd $reldir/bin/php; pwd`
phpdir=`cd $reldir/var; pwd`
filelistpathname=.
#-------------------------------------------------------------------------------