diff options
Diffstat (limited to 'config.php')
-rw-r--r-- | config.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.php b/config.php index c178baf9c..cd00072a6 100644 --- a/config.php +++ b/config.php @@ -1,5 +1,7 @@ <?php +if (!defined('MICROBLOG')) { exit(1) } + $dsn = array( 'phptype' => 'pgsql', 'username' => 'someuser', |