cookie
authorMichael Wallner <mike@php.net>
Tue, 5 Nov 2013 16:06:20 +0000 (17:06 +0100)
committerMichael Wallner <mike@php.net>
Tue, 5 Nov 2013 16:06:20 +0000 (17:06 +0100)
index.php

index 8bc11f7adbcdb36bc7d99f75d2696d8a23cd3706..53c652913cae1b0804bbac55e7dd177fb257acfa 100644 (file)
--- a/index.php
+++ b/index.php
@@ -215,11 +215,6 @@ function md($file, $res) {
        }
 }
 
-function index($pn) {
-       ?>
-       <?php
-}
-
 chdir($_SERVER["DOCUMENT_ROOT"]);
 $t = ["css"=>"text/css", "js"=>"application/javascript"];
 $r = new http\Env\Request;