Remove require_once

This commit is contained in:
Paula Quispe
2017-08-04 16:42:40 -04:00
parent eec57be464
commit c4030e08e5
18 changed files with 20 additions and 73 deletions

View File

@@ -34,8 +34,6 @@ class treeNode extends stdclass
}
try {
require_once ("classes" . PATH_SEP . "model" . PATH_SEP . "Department.php");
$json = new Services_JSON();
header("Content-Type: application/json;");