diff options
author | 3rd Infantry Division <thirdid@3rd-infantry-division.org> | 2011-04-18 16:29:05 -0400 |
---|---|---|
committer | 3rd Infantry Division <thirdid@3rd-infantry-division.org> | 2011-04-18 16:29:05 -0400 |
commit | ea0080efe5a38a470d4f745ca589e923efc35e5c (patch) | |
tree | c6604647d51c0e81168e7dbaba9f73385edc02ee /index.php | |
parent | fa1cde8684c1a481dd251398d1c2faa27d147a43 (diff) | |
parent | 0077cb99704fe863cf731fc5cab792af2ede96c2 (diff) | |
download | bayonetcms-ea0080efe5a38a470d4f745ca589e923efc35e5c.tar.gz |
Merge branch 'master' of ssh://3rd-infantry-division.org/~/git/bayonet
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 36 |
1 files changed, 18 insertions, 18 deletions
@@ -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 |