Completed
Push — master ( 4f9473...318e7a )
by
unknown
19:10 queued 12:03
created
htdocs/config2/settings-sample-vagrant.inc.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 $dev_baseurl = 'http://local.opencaching.de ';
12 12
 
13 13
 // common developer system settings
14
-require __DIR__ . '/settings-dev.inc.php';
14
+require __DIR__.'/settings-dev.inc.php';
15 15
 
16 16
 // database access
17 17
 $opt['db']['servername'] = 'localhost';
Please login to merge, or discard this patch.
htdocs/config2/settings-sample-dev.inc.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 $dev_baseurl = 'http://local.opencaching.de ';
12 12
 
13 13
 // common developer system settings
14
-require __DIR__ . '/settings-dev.inc.php';
14
+require __DIR__.'/settings-dev.inc.php';
15 15
 
16 16
 // database access
17 17
 $opt['db']['servername'] = 'localhost';
Please login to merge, or discard this patch.