Fixed shrt path algorithm name for graphs with negative edges. Fix loader.

This commit is contained in:
Oleg Sh
2024-08-03 21:03:42 +02:00
parent d628dcd74d
commit c9201526a9
25 changed files with 117 additions and 4369 deletions

View File

@@ -60,9 +60,9 @@
$g_config['extrapacker'] = array();
$g_config['extrapacker']['dir'] = 'auto_merge_css_js';
$g_config['extrapacker']['packHtml'] = true;
$g_config['extrapacker']['packHtml'] = false;
$g_config['extrapacker']['packCss'] = true;
$g_config['extrapacker']['packJs'] = true;
$g_config['extrapacker']['packJs'] = false;
$g_config['extrapacker']['arrExeptions_js'] = array();
$g_config['extrapacker']['arrExeptionsNotAdd_js'] = array();
$g_config['extrapacker']['arrExeptions_css'] = array();
@@ -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'] = 82;
$g_config['engine_version'] = 83;
?>