summary refs log tree commit diff stats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php index c7e6d5b..9faecc9 100755 --- a/index.php +++ b/index.php
@@ -25,6 +25,7 @@ header('X-Pingback: http://fourisland.com/xmlrpc.php');
25include('../security/config.php'); 25include('../security/config.php');
26include('includes/db.php'); 26include('includes/db.php');
27include('includes/template.php'); 27include('includes/template.php');
28include('includes/mantainence.php');
28include('includes/session.php'); 29include('includes/session.php');
29include('includes/bbcode.php'); 30include('includes/bbcode.php');
30include('includes/xmlrpc/xmlrpc.inc'); 31include('includes/xmlrpc/xmlrpc.inc');