Skip to content

Commit 4d008f1

Browse files
author
Admin
committed
..
1 parent 15ce773 commit 4d008f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function runPHP(req, response, next, phpdir){
5959

6060
//console.log(env);
6161
//console.log("ALL: "+env.ALL_HTTP);
62-
//console.log("GET: "+file);
62+
console.log("GET: "+file);
6363
//console.log("RAW BODY: "+req.rawBody);
6464

6565
if(/.*?\.php$/.test(file)){
@@ -115,7 +115,7 @@ function runPHP(req, response, next, phpdir){
115115
} else {
116116
response.sendfile(file);
117117
//response.end();
118-
next();
118+
//next();
119119
}
120120
}
121121

0 commit comments

Comments
 (0)