aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php14
1 files changed, 2 insertions, 12 deletions
diff --git a/index.php b/index.php
index 2d55787..50b9b6d 100644
--- a/index.php
+++ b/index.php
@@ -1,15 +1,5 @@
<?php
-/*require_once(dirname(__FILE__) . "/ratatoeskr/main.php");
-ratatoeskr();*/
-
-header("Content-type: text/plain");
-print "\$_POST:\n";
-print_r($_POST);
-print "\n\n\$_GET:\n";
-print_r($_GET);
-print "\n\n\$_REQUEST:\n";
-print_r($_REQUEST);
-print "\n\n\$_SERVER:\n";
-print_r($_SERVER);
+require_once(dirname(__FILE__) . "/ratatoeskr/main.php");
+ratatoeskr();
?>