summary refs log tree commit diff stats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php index bea38b7..53edd33 100755 --- a/index.php +++ b/index.php
@@ -25,8 +25,8 @@ 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/maintenance.php');
29include('includes/session.php'); 28include('includes/session.php');
29include('includes/maintenance.php');
30include('includes/parsers.php'); 30include('includes/parsers.php');
31include('includes/xmlrpc/xmlrpc.inc'); 31include('includes/xmlrpc/xmlrpc.inc');
32include('includes/specialdates.php'); 32include('includes/specialdates.php');