diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-05-28 02:07:59 -0500 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-05-28 02:07:59 -0500 |
commit | c955c27cbebba3edaab9532834ac72041eccbf58 (patch) | |
tree | a6fc54a3b73e043bf61e73f446d358a866cc7b58 /ajax/maps.ajax.php | |
parent | 77b0bd5e51aeefb0d09e7a5bcab633657f299d22 (diff) | |
download | pathery-c955c27cbebba3edaab9532834ac72041eccbf58.tar.xz |
Edited a few more places where "include_once" was being used within a method. Hopefully this doesn't break anything :)
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
|