projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
415b25c
)
Don't require authentication to load javascript. This fixes an infinite redirect...
author
Chuck Hagenbuch
<chuck@horde.org>
Sun, 4 Jul 2010 19:25:52 +0000
(15:25 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Sun, 4 Jul 2010 19:25:52 +0000
(15:25 -0400)
horde/services/javascript.php
patch
|
blob
|
history
diff --git
a/horde/services/javascript.php
b/horde/services/javascript.php
index
0b998fd
..
9bdcd50
100644
(file)
--- a/
horde/services/javascript.php
+++ b/
horde/services/javascript.php
@@
-9,7
+9,7
@@
*/
require_once dirname(__FILE__) . '/../lib/Application.php';
-Horde_Registry::appInit('horde', array('session_control' => 'readonly'));
+Horde_Registry::appInit('horde', array('
authentication' => 'none', '
session_control' => 'readonly'));
// Figure out if we've been inlined, or called directly.
$send_headers = strstr($_SERVER['PHP_SELF'], 'javascript.php');