Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
293cd27f
Commit
293cd27f
authored
Feb 15, 2008
by
Clare Lenihan
Committed by
Clare Lenihan
Feb 15, 2008
Browse files
fixed so ajaxlogin works
parent
f7fe0475
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/init.php
View file @
293cd27f
...
...
@@ -204,7 +204,7 @@ if (!get_config('installed')
redirect
(
'/admin/'
);
}
if
(
defined
(
'JSON'
))
{
if
(
defined
(
'JSON'
)
&&
!
defined
(
'NOSESSKEY'
)
)
{
$sesskey
=
param_variable
(
'sesskey'
,
null
);
global
$USER
;
if
(
$sesskey
===
null
||
$USER
->
get
(
'sesskey'
)
!=
$sesskey
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment