CC-1695 Remove Campcaster Studio and make install easier

Got rid of more unneeded files.
This commit is contained in:
paul.baranowski 2010-09-30 17:31:21 -04:00
parent 70bf3d6f1c
commit 8721b6e688
9 changed files with 1 additions and 1328 deletions

View file

@ -91,7 +91,7 @@ tmpdir=`mktemp -d $tmpmaindir/tmp.XXXXXX`
echo "Backuping to $destdir/$destfile :"
echo "Dumping database ..."
cd $phpdir
php -q backup.php > $tmpdir/$dbxml
php -q campcaster_backup.php > $tmpdir/$dbxml
echo "Packaging stored files ..."
cd $phpdir
storpath=`php -q getStorPath.php`

View file

@ -1,3 +0,0 @@
<?php
$STORAGE_SERVER_PATH = 'ls_storageServer';
?>