Last Phase before v11 release. New Automation Cleanup

Last Phase before v11 release. New Automation Cleanup
This commit is contained in:
novgorodschi catalin
2026-07-23 11:49:27 +03:00
parent 9a3f26bc93
commit 8a2d727659
9 changed files with 288 additions and 3 deletions
+5
View File
@@ -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'];