upgrade on mysqlmanager

This commit is contained in:
2015-05-25 19:53:01 +02:00
parent 49a500fafb
commit 2347a08f1f
4 changed files with 126 additions and 82 deletions

View File

@@ -4,7 +4,7 @@
//Start buffering
ob_start();
require_once 'config.php';
require_once 'class_management.php';
$oClassManagement = new ClassManagement('main');
ToolBox::cleanPost($_POST);
ToolBox::cleanPost($_GET);