Remove two includes that are no longer needed

This commit is contained in:
Mark Crane
2014-05-01 02:32:54 +00:00
parent 67e78b4699
commit 3ada63faec

View File

@@ -23,8 +23,6 @@
Contributor(s):
Mark J Crane <markjcrane@fusionpbx.com>
*/
include "root.php";
require_once "database.php";
//define the orm class
if (!class_exists('orm')) {