aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php36
1 files changed, 18 insertions, 18 deletions
diff --git a/index.php b/index.php
index d6280da..e28f48c 100644
--- a/index.php
+++ b/index.php
@@ -1,19 +1,19 @@
-<?php
-
-/**
- * DO NOT MOVE THESE DEFINES
- */
-define('BAYONET_ROOT', basename(dirname('.')));
-define('BAYONET_INCLUDE', BAYONET_ROOT . '/include');
-define('BAYONET_CONFIG', BAYONET_ROOT . '/include/config.ini');
-
-require BAYONET_INCLUDE . '/debug.php';
-require BAYONET_INCLUDE . '/sql.class.php';
-require BAYONET_INCLUDE . '/functions.php';
-require_once BAYONET_INCLUDE . '/classes.php';
-
-/* Initialize Bayonet CMS */
-Bayonet::init();
-
-
+<?php
+
+/**
+ * DO NOT MOVE THESE DEFINES
+ */
+define('BAYONET_ROOT', basename(dirname('.')));
+define('BAYONET_INCLUDE', BAYONET_ROOT . '/include');
+define('BAYONET_CONFIG', BAYONET_ROOT . '/include/config.ini');
+
+require BAYONET_INCLUDE . '/debug.php';
+require BAYONET_INCLUDE . '/sql.class.php';
+require BAYONET_INCLUDE . '/functions.php';
+require_once BAYONET_INCLUDE . '/classes.php';
+
+/* Initialize Bayonet CMS */
+Bayonet::init();
+
+
?> \ No newline at end of file