CC-1695 Remove Campcaster Studio and make install easier
Fixed include paths for install.
This commit is contained in:
parent
2ece374513
commit
70bf3d6f1c
3 changed files with 5 additions and 5 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue