Sfoglia il codice sorgente

* The conf.pl script can't parse 'str', so I changed this to be "str"

Tyler Akins 24 anni fa
parent
commit
e5d9a17244
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      config/config_default.php

+ 1 - 1
config/config_default.php

@@ -36,7 +36,7 @@
 //  can't figure out which language to display.
 //  Use the two-letter code.
     global $squirrelmail_default_language;
-    $squirrelmail_default_language = 'en';
+    $squirrelmail_default_language = "en";
 
 //  The server that your imap server is on
     global $imapServerAddress, $imapPort;