fixed developer system language menu, was broken by commit d598648f

This commit is contained in:
following
2013-01-28 17:37:21 +01:00
parent 2257557a02
commit 8a6bb7727a

View File

@@ -163,4 +163,10 @@
// (e.g. xml-interface and mapserver-results)
// you can use -1 to use the master (not recommended, because replicated to slaves)
$opt['db']['slave']['primary'] = -1;
$opt['template']['locales']['SV']['show'] = false;
$opt['template']['locales']['NO']['show'] = false;
$opt['template']['locales']['DA']['show'] = false;
$opt['template']['locales']['PT']['show'] = false;
$opt['template']['locales']['JA']['show'] = false;
?>