more warnings removed
[squirrelmail.git] / src / options_display.php
index d98b30e8ae59f755e05c512cf352c93b1e74afab..2079060d55a01967b5c2ad4185fba5f45f8a7a05 100644 (file)
 
    session_start();
 
-   if (!isset($config_php))
-      include("../config/config.php");
    if (!isset($strings_php))
       include("../functions/strings.php");
+   if (!isset($config_php))
+      include("../config/config.php");
    if (!isset($page_header_php))
       include("../functions/page_header.php");
    if (!isset($display_messages_php))