aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2011-08-18 01:25:40 +0200
committerKevin Chabowski <kevin@kch42.de>2011-08-18 01:25:40 +0200
commit22e2c59b161c96fff4b883568596efa5b55285ef (patch)
treee030df4325503b50d323c15e4501740dbf5b12a2 /index.php
parent27db8a06b3228e900f1987d54c18bb1e64e14e8a (diff)
downloadratatoeskr-cms-22e2c59b161c96fff4b883568596efa5b55285ef.tar.gz
ratatoeskr-cms-22e2c59b161c96fff4b883568596efa5b55285ef.tar.bz2
ratatoeskr-cms-22e2c59b161c96fff4b883568596efa5b55285ef.zip
Rewriting rules (+testscript) and protection of system files.
Diffstat (limited to 'index.php')
-rw-r--r--index.php12
1 files changed, 10 insertions, 2 deletions
diff --git a/index.php b/index.php
index 3eb9468..2d55787 100644
--- a/index.php
+++ b/index.php
@@ -1,7 +1,15 @@
<?php
-header("Content-Type: text/text");
+/*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);
?>