projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7f630f
)
Remove forcelogin
author
moodler
<moodler>
Sat, 22 May 2004 17:34:26 +0000
(17:34 +0000)
committer
moodler
<moodler>
Sat, 22 May 2004 17:34:26 +0000
(17:34 +0000)
user/pix.php
patch
|
blob
|
history
user/pixgroup.php
patch
|
blob
|
history
diff --git
a/user/pix.php
b/user/pix.php
index 0929d942f5a434bfe7700872ae6a49fb7410887a..979214893864c579f65d6471748387c7f33e8d42 100644
(file)
--- a/
user/pix.php
+++ b/
user/pix.php
@@
-9,10
+9,6
@@
$lifetime = 86400;
- if ($CFG->forcelogin) {
- require_login();
- }
-
if (isset($file)) { // workaround for situations where / syntax doesn't work
$pathinfo = $file;
diff --git
a/user/pixgroup.php
b/user/pixgroup.php
index 53654f782d7294af85b5a63dd5e6cf05177d0a89..c5505a204cb08389187b3dcffc9b5739cdce6799 100644
(file)
--- a/
user/pixgroup.php
+++ b/
user/pixgroup.php
@@
-9,10
+9,6
@@
$lifetime = 86400;
- if ($CFG->forcelogin) {
- require_login();
- }
-
if (isset($file)) { // workaround for situations where / syntax doesn't work
$pathinfo = $file;