Ремонт лотореи. Централизованная работа через БД. Дополнительная защита от ложных срабатываний.

This commit is contained in:
2023-06-08 21:33:56 +03:00
parent 02c76e76ad
commit cf2aea847a
9 changed files with 477 additions and 780 deletions
+2 -1
View File
@@ -26,7 +26,8 @@ class Config
$c['thiscity'] = 'capitalcity';
$c['capitalcity'] = $c['host'];
$c['abandonedplain'] = $c['host'];
$c['https'] = '//' . $c['host'] . DIRECTORY_SEPARATOR;
$c['https'] = DIRECTORY_SEPARATOR . DIRECTORY_SEPARATOR . $c['host'] . DIRECTORY_SEPARATOR;
$c['img2'] = DIRECTORY_SEPARATOR . DIRECTORY_SEPARATOR . 'img.' . $c['host'];
$c['exit'] = '<script>top.location.href="//' . $c['host'] . '/";</script>';
$c['support'] = 'support@' . $c['host'];