summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 7237c08bc..ee17b73d0 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,7 @@
<?php
define('INSTALLDIR', dirname(__FILE__));
+define('MICROBLOG', true);
require_once(INSTALLDIR . "/common.php");