OSDN Git Service

FIX:Strict Standards: Only variables should be passed by reference in
[nucleus-jp/nucleus-next.git] / index.php
index c3bf487..e824f67 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,7 +1,4 @@
 <?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';
@@ -10,4 +7,3 @@ include('./config.php');
 
 selector();
 
-?>