diff options
Diffstat (limited to 'ajax/maps.ajax.php')
-rw-r--r-- | ajax/maps.ajax.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ajax/maps.ajax.php b/ajax/maps.ajax.php index 210fd1b..5ee6499 100644 --- a/ajax/maps.ajax.php +++ b/ajax/maps.ajax.php @@ -38,8 +38,6 @@ function sendCacheHeaders() { }
function getMapObjectByID($mapID) {
- include_once('../includes/sqlEmbedded.php');
- include_once('../includes/maps.php');
$sql = "SELECT `code`, `name`, `mapExpireTime`
FROM `maps`
INNER JOIN `mapOfTheDay` ON mapID = maps.ID
|