1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-08 05:11:01 +02:00

More IMODE removal

This commit is contained in:
CaMer0n
2008-11-14 06:01:06 +00:00
parent 412a68ebf2
commit 3101674e1c
11 changed files with 62 additions and 68 deletions

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/banlist.php,v $
| $Revision: 1.9 $
| $Date: 2008-01-16 22:18:19 $
| $Author: e107steved $
| $Revision: 1.10 $
| $Date: 2008-11-14 06:01:06 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
@@ -48,15 +48,15 @@ if (e_QUERY)
unset($tmp);
}
/*
if (varsettrue($imode))
{
$images_path = e_IMAGE.'packs/'.$imode.'/admin_images/';
}
else
{
{*/
$images_path = e_IMAGE.'admin_images/';
}
// }
if (isset($_POST['update_ban_prefs']))