Added symlinks to new master, this way the old users crontab just work :)

Fixed typos
This commit is contained in:
Florian Aders (EleRas)
2010-01-29 19:20:29 +00:00
parent df772ceaa5
commit f8c720b0a6
8 changed files with 10 additions and 3 deletions

View File

@@ -159,7 +159,7 @@ while($row = $db->fetch_array($result))
unset($row);
unset($result);
fwrite($debugHandler, 'Froxlor Settings has been loaded from the database' . "\n");
fwrite($debugHandler, 'Froxlor settings have been loaded from the database' . "\n");
if(!isset($settings['panel']['version'])
|| $settings['panel']['version'] != $version)
@@ -170,10 +170,10 @@ if(!isset($settings['panel']['version'])
fclose($debugHandler);
unlink($lockfile);
die('Version of File doesnt match Version of Database. Exiting...');
die('Version of file doesnt match version of database. Exiting...');
}
fwrite($debugHandler, 'Froxlor Version and Database Version are correct' . "\n");
fwrite($debugHandler, 'Froxlor version and database version are correct' . "\n");
$cronscriptDebug = ($settings['system']['debug_cron'] == '1') ? true : false;

View File

@@ -0,0 +1 @@
froxlor_master_cronjob.php

1
scripts/cron_apsupdater.php Symbolic link
View File

@@ -0,0 +1 @@
froxlor_master_cronjob.php

View File

@@ -0,0 +1 @@
froxlor_master_cronjob.php

1
scripts/cron_tasks.php Symbolic link
View File

@@ -0,0 +1 @@
froxlor_master_cronjob.php

View File

@@ -0,0 +1 @@
froxlor_master_cronjob.php

1
scripts/cron_traffic.php Symbolic link
View File

@@ -0,0 +1 @@
froxlor_master_cronjob.php

View File

@@ -0,0 +1 @@
froxlor_master_cronjob.php