~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/php/phpBB3/adm/index.php

Add an ivle-createdatadirs script, to create the hierarchy under /var/lib/ivle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
// End session management
29
29
 
30
30
// Have they authenticated (again) as an admin for this session?
31
 
if (!isset($user->data['session_admin']) || !$user->data['session_admin'])
32
 
{
33
 
        login_box('', $user->lang['LOGIN_ADMIN_CONFIRM'], $user->lang['LOGIN_ADMIN_SUCCESS'], true, false);
34
 
}
 
31
#if (!isset($user->data['session_admin']) || !$user->data['session_admin'])
 
32
#{
 
33
#    login_box('', $user->lang['LOGIN_ADMIN_CONFIRM'], 
 
34
#    $user->lang['LOGIN_ADMIN_SUCCESS'], true, false);
 
35
#}
35
36
 
36
37
// Is user any type of admin? No, then stop here, each script needs to
37
38
// check specific permissions but this is a catchall
508
509
        return;
509
510
}
510
511
 
511
 
?>
 
 
b'\\ No newline at end of file'
 
512
?>