|
@@ -68,7 +68,7 @@
|
|
|
|
|
|
include(LIB.'games/games.php');
|
|
include(LIB.'games/games.php');
|
|
|
|
|
|
- $cron_rule = ctrl::crontab($data, $sid, $cid);
|
|
|
|
|
|
+ $cron_rule = ctrl::crontab($sid, $cid, $data);
|
|
|
|
|
|
$ssh->set('echo "'.$cron_rule.'" >> /etc/crontab;'
|
|
$ssh->set('echo "'.$cron_rule.'" >> /etc/crontab;'
|
|
."sed -i '/^$/d' /etc/crontab;"
|
|
."sed -i '/^$/d' /etc/crontab;"
|