mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-24 13:36:32 +00:00
Last Phase before v11 release. New Automation Cleanup
Last Phase before v11 release. New Automation Cleanup
This commit is contained in:
@@ -114,6 +114,11 @@ class Process {
|
||||
// din ACP (Config -> Cron & Automation -> edit).
|
||||
$findReplace["%CRONLOOP%"] = 300;
|
||||
$findReplace["%CRONTICK%"] = 60;
|
||||
// Retentii implicite pentru curatenia periodica din Automation
|
||||
// (0 = regula dezactivata).
|
||||
$findReplace["%CLEANUPREPORTS%"] = 14;
|
||||
$findReplace["%CLEANUPCHAT%"] = 7;
|
||||
$findReplace["%CLEANUPMESSAGES%"] = 0;
|
||||
$findReplace["%DOMAIN%"] = $_POST['domain'];
|
||||
$findReplace["%HOMEPAGE%"] = $_POST['homepage'];
|
||||
$findReplace["%SERVER%"] = $_POST['server'];
|
||||
|
||||
Reference in New Issue
Block a user