Passed
Pull Request — development (#400)
by Thomas
33:16 queued 25:54
created
htdocs/util2/google-earth/caches.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,8 +10,8 @@
 block discarded – undo
10 10
 header('Content-type: text/html; charset=utf-8');
11 11
 
12 12
 $opt['rootpath'] = '../../';
13
-require __DIR__.'/../../lib2/web.inc.php';
14
-require __DIR__.'/../../templates2/ocstyle/search.tpl.inc.php';
13
+require __DIR__ . '/../../lib2/web.inc.php';
14
+require __DIR__ . '/../../templates2/ocstyle/search.tpl.inc.php';
15 15
 
16 16
 $bBox = isset($_REQUEST['BBOX']) ? $_REQUEST['BBOX'] : '0,0,0,0';
17 17
 $aBox = mb_split(',', $bBox);
Please login to merge, or discard this patch.