Added admin page to update script caches.

This commit is contained in:
Oleg Sh
2023-11-11 16:01:55 +02:00
parent 3f9586951e
commit af68690055
15 changed files with 142 additions and 21 deletions

View File

@@ -93,5 +93,5 @@
$g_config['vote'] = "./tmp/vote/vote.txt";
$g_config['voteTopics'] = "./tmp/vote/voteTopics.txt_";
$g_config['use_js_cache'] = true;
$g_config['engine_version'] = 1;
$g_config['engine_version'] = 76;
?>