diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-17 12:06:54 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-17 12:06:54 -0400 |
commit | 76c0575ad03cc4e0cf7a2c728aa6ed23dce6b377 (patch) | |
tree | fae26c9d2031a4bad7a89adaae2832fa7ea29504 | |
parent | e9bb1ad3b04159fe4e60472a438d13dfafb98d51 (diff) |
fix check in config.php.sample
darcs-hash:20080517160654-84dde-824b3aaf45639ff98e95c4b8011e32a74efd64a9.gz
-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 |