Remove forcelogin
authormoodler <moodler>
Sat, 22 May 2004 17:34:26 +0000 (17:34 +0000)
committermoodler <moodler>
Sat, 22 May 2004 17:34:26 +0000 (17:34 +0000)
user/pix.php
user/pixgroup.php

index 0929d942f5a434bfe7700872ae6a49fb7410887a..979214893864c579f65d6471748387c7f33e8d42 100644 (file)
@@ -9,10 +9,6 @@
 
     $lifetime = 86400;
 
-    if ($CFG->forcelogin) {
-        require_login();
-    }
-
     if (isset($file)) {     // workaround for situations where / syntax doesn't work
         $pathinfo = $file;
 
index 53654f782d7294af85b5a63dd5e6cf05177d0a89..c5505a204cb08389187b3dcffc9b5739cdce6799 100644 (file)
@@ -9,10 +9,6 @@
 
     $lifetime = 86400;
 
-    if ($CFG->forcelogin) {
-        require_login();
-    }
-
     if (isset($file)) {     // workaround for situations where / syntax doesn't work
         $pathinfo = $file;