diff options
author | Kevin Chabowski <kevin@kch42.de> | 2011-09-21 17:00:50 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2011-09-21 17:00:50 +0200 |
commit | 8311cba002dfcaf1836530b978f944f7228ac004 (patch) | |
tree | d8ff9eac15957194a53e4c6e94d4bd9eb2d89c2d /index.php | |
parent | a85e1fbbfbbaef176141e98a4691273cd06d0a65 (diff) | |
download | ratatoeskr-cms-8311cba002dfcaf1836530b978f944f7228ac004.tar.gz ratatoeskr-cms-8311cba002dfcaf1836530b978f944f7228ac004.tar.bz2 ratatoeskr-cms-8311cba002dfcaf1836530b978f944f7228ac004.zip |
Replaced Smarty with STE and started the backend.
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -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(); ?> |