CC-1695 Remove Campcaster Studio and make install easier

Fixed include paths for install.
This commit is contained in:
paul.baranowski 2010-09-30 17:09:50 -04:00
parent 2ece374513
commit 70bf3d6f1c
3 changed files with 5 additions and 5 deletions

View file

@ -22,6 +22,7 @@ echo "***************************\n";
require_once(dirname(__FILE__).'/../conf.php');
require_once(dirname(__FILE__).'/installInit.php');
require_once(dirname(__FILE__).'/../backend/cron/Cron.php');
campcaster_db_connect(false);
function camp_uninstall_delete_files($p_path)
@ -57,7 +58,6 @@ if (!PEAR::isError($CC_DBC)) {
//------------------------------------------------------------------------
// Uninstall Cron job
//------------------------------------------------------------------------
require_once(dirname(__FILE__).'/../cron/Cron.php');
$old_regex = '/transportCron\.php/';
echo " * Uninstall storageServer cron job...\n";