Fix svg saving.

This commit is contained in:
Oleg Sh
2024-10-11 19:33:03 +02:00
parent 1576a1c6e4
commit 6ea3935543
7 changed files with 9 additions and 10 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'] = 87;
$g_config['engine_version'] = 88;
?>