mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 19:44:09 +02:00
Custom Pages administration ready;
BBcode help small fixes; admin JS improvements
This commit is contained in:
@@ -9,13 +9,14 @@
|
||||
* Image Administration Area
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_admin/image.php,v $
|
||||
* $Revision: 1.18 $
|
||||
* $Date: 2008-12-15 13:31:01 $
|
||||
* $Revision: 1.19 $
|
||||
* $Date: 2008-12-29 15:23:06 $
|
||||
* $Author: secretr $
|
||||
*
|
||||
*/
|
||||
require_once("../class2.php");
|
||||
if (!getperms("A")) {
|
||||
if (!getperms("A"))
|
||||
{
|
||||
header("location:".e_HTTP."index.php");
|
||||
exit;
|
||||
}
|
||||
@@ -27,7 +28,6 @@ require_once(e_HANDLER."form_handler.php");
|
||||
require_once(e_HANDLER."userclass_class.php");
|
||||
require_once(e_HANDLER."message_handler.php");
|
||||
$frm = new e_form(); //new form handler
|
||||
|
||||
$emessage = &eMessage::getInstance();
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user