map and maphandler class begin

This commit is contained in:
kremsy
2013-11-10 17:04:57 +01:00
parent 10939b0104
commit 222972808d
3 changed files with 143 additions and 0 deletions

View File

@ -17,6 +17,7 @@ require_once __DIR__ . '/pluginHandler.php';
require_once __DIR__ . '/server.php';
require_once __DIR__ . '/settingManager.php';
require_once __DIR__ . '/settingConfigurator.php';
require_once __DIR__ . '/mapHandler.php';
list($endiantest) = array_values(unpack('L1L', pack('V', 1)));
if ($endiantest == 1) {
require_once __DIR__ . '/PhpRemote/GbxRemote.inc.php';