aboutsummaryrefslogtreecommitdiffstats
path: root/admin/upload.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/upload.php')
-rw-r--r--admin/upload.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/admin/upload.php b/admin/upload.php
index b7790d4ac..e97198b18 100644
--- a/admin/upload.php
+++ b/admin/upload.php
@@ -27,7 +27,6 @@ if( !defined("PHPWG_ROOT_PATH") )
}
include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
-include_once(PHPWG_ROOT_PATH.'admin/include/functions_waiting.inc.php');
// +-----------------------------------------------------------------------+
// | Check Access and exit when user status is not ok |
@@ -137,9 +136,6 @@ DELETE
//----------------------------------------------------- template initialization
$template->set_filenames(array('upload'=>'upload.tpl'));
-// TabSheet initialization
-waiting_tabsheet();
-
$template->assign(array(
'F_ACTION'=>str_replace( '&', '&', $_SERVER['REQUEST_URI'])
));