OSDN Git Service

FIX: AdminActions::parse_commentnavlist()がSQL文による重複した問い合わせをしていたバグ
[nucleus-jp/nucleus-next.git] / index.php
index c3bf487..3440faf 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,13 +1,8 @@
-<?php
-//setup for benchmarking
-include('./benchmark.inc');
-
-// This file will generate and return the main page of the site
-$CONF = array();
-$CONF['Self'] = 'index.php';
-
-include('./config.php');
-
-selector();
-
-?>
+<?php\r
+// This file will generate and return the main page of the site\r
+$CONF = array();\r
+$CONF['Self'] = 'index.php';\r
+\r
+include('./config.php');\r
+\r
+selector();\r