cross applications class management

This commit is contained in:
2015-05-25 23:29:57 +02:00
parent 98086bfc21
commit 5ddf31029a
2 changed files with 8 additions and 6 deletions

View File

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