Changes alignment of folder box, slightly. Made look more like the other side.
[squirrelmail.git] / functions / auth.php
index ea692eeb653e1c954c6d59963aea9140f915fa63..8cddd0024bde4860ca5deb4a99115fbdde26b3a0 100644 (file)
       return; 
    define ('auth_php', true);
    
-   include '../functions/i18n.php';
-
    function is_logged_in () {
+      global $squirrelmail_language;
+      
       if (session_is_registered('user_is_logged_in'))
          return;
-        
+
+      set_up_language($squirrelmail_language, true);
+      
       echo "<html><body bgcolor=\"ffffff\">\n";
       echo "<br><br>";
       echo "<center>";