1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 23:56:58 +02:00

more imode removal

This commit is contained in:
CaMer0n
2009-07-07 06:50:56 +00:00
parent 8e634b6e70
commit 67765533e2
11 changed files with 88 additions and 90 deletions

View File

@@ -9,9 +9,9 @@
* Administration Area Authorization
*
* $Source: /cvs_backup/e107_0.8/e107_admin/auth.php,v $
* $Revision: 1.7 $
* $Date: 2009-01-07 15:40:06 $
* $Author: secretr $
* $Revision: 1.8 $
* $Date: 2009-07-07 06:50:55 $
* $Author: e107coders $
*/
if (!defined('e107_INIT')) { exit; }
@@ -135,7 +135,7 @@ class auth
# - scope public
*/
global $use_imagecode, $sec_img,$imode, $pref;
global $use_imagecode, $sec_img, $pref;
$text = "<div style='padding:20px;text-align:center'>
<form method='post' action='".e_SELF."'";