diff options
Diffstat (limited to 'common.php')
-rw-r--r-- | common.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common.php b/common.php index 3a5278e49..973b1c6e6 100644 --- a/common.php +++ b/common.php @@ -1,5 +1,7 @@ <?php +if (!defined('MICROBLOG')) { exit(1) } + # global configuration object // default configuration, overwritten in config.php |