diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ /**
* Start the Elgg engine
*/
+ define('externalpage',true);
require_once(dirname(__FILE__) . "/engine/start.php"); |