From 3395cf3fd4a594b476bdcc78a32ea6b43da3ea30 Mon Sep 17 00:00:00 2001 From: laf Date: Tue, 4 Aug 2015 20:17:07 +0000 Subject: [PATCH] Updated include to match standards --- html/pages/front/map.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/html/pages/front/map.php b/html/pages/front/map.php index c06136b41..e2b6b1e7c 100644 --- a/html/pages/front/map.php +++ b/html/pages/front/map.php @@ -131,23 +131,23 @@ $(function () {
'; - include_once("includes/front/boxes.inc.php"); + include_once 'includes/front/boxes.inc.php'; echo '
'; - include_once("includes/common/device-summary-vert.inc.php"); + include_once 'includes/common/device-summary-vert.inc.php'; echo implode('',$common_output); echo '
'; $device['device_id'] = '-1'; - require_once('includes/common/alerts.inc.php'); + require_once 'includes/common/alerts.inc.php'; echo implode('',$common_output); unset($device['device_id']); echo '