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

« back to all changes in this revision

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

  • Committer: dcoles
  • Date: 2008-02-20 01:12:43 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:520
forum: Fixed setup.py to include forum files in install, disabled 
reauthentication for admin control panel (lets admin users log in as they have 
no valid password hash) and updated install procedure

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
?>