diff options
-rw-r--r-- | config.php.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php.sample b/config.php.sample index dea20ec95..2a0c9716c 100644 --- a/config.php.sample +++ b/config.php.sample @@ -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 |