aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authormrjive <mrjive@mrjive.it>2016-01-21 09:51:32 +0100
committermrjive <mrjive@mrjive.it>2016-01-21 09:51:32 +0100
commitc49e4f52ae83441c4a1dcf52e433dded8d767679 (patch)
tree0a558e33ed4b77a56186721cf13844ba7b28af24 /index.php
parent763c700372ee91f3f840c6fba915cb4d941c34a0 (diff)
parent1d891984441fa2f4aa8e311191da23e9ddd6e928 (diff)
downloadvolse-hubzilla-c49e4f52ae83441c4a1dcf52e433dded8d767679.tar.gz
volse-hubzilla-c49e4f52ae83441c4a1dcf52e433dded8d767679.tar.bz2
volse-hubzilla-c49e4f52ae83441c4a1dcf52e433dded8d767679.zip
Merge pull request #18 from redmatrix/master
updating from original codebase
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.php b/index.php
index c864a7b37..7e9cde9bb 100755
--- a/index.php
+++ b/index.php
@@ -11,6 +11,10 @@
* bootstrap the application
*/
require_once('boot.php');
+
+if(file_exists('.htsite.php'))
+ include('.htsite.php');
+
// our global App object
$a = new App;