Explorar el Código

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

Tyler Akins hace 24 años
padre
commit
e5d9a17244
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;