Fix save work area.

Fix export graph with styles.
Fix css packer.
This commit is contained in:
Oleg Sh
2026-01-03 19:03:00 +01:00
parent e276350318
commit a139fbe6ec
10 changed files with 54 additions and 47 deletions

View File

@@ -94,5 +94,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'] = 105;
$g_config['engine_version'] = 106;
?>