]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - config.php.sample
fix passing request around
[quix0rs-gnu-social.git] / config.php.sample
index dea20ec9512a2a412338a848930dbe17588ed21c..384401f5766afd390764179454c7144506c1320c 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /* -*- mode: php -*- */
 
-if (!defined('LACONICA')) { exit(1) }
+if (!defined('LACONICA')) { exit(1); }
 
 # We get called by common.php, $config is a tree with lots of config
 # options
@@ -16,4 +16,3 @@ $config['site']['path'] = 'laconica';
 
 $config['db']['database'] = 'mysql://laconica:microblog@localhost/laconica';
 
-