This commit is contained in:
Talyx
2022-02-10 19:29:25 +03:00
parent abff8b474f
commit a88d9c25a4
3 changed files with 15492 additions and 3 deletions

View File

@@ -45,7 +45,6 @@
[[server.location]] [[server.location]]
location = "*.php" location = "*.php"
root = "www/script" root = "www/script"
methods = ["GET"]
autoindex = false autoindex = false
cgi_pass = "/usr/bin/php-cgi" cgi_pass = "/usr/bin/php-cgi"
[[server]] [[server]]

View File

@@ -337,8 +337,6 @@ bool Request::badCode(int code)
bool Request::ok(void) bool Request::ok(void)
{ {
DBOUT << "_head_ok " << _head_ok << ENDL;
DBOUT << "_body_ok " << _body_ok << ENDL;
return (_head_ok && _body_ok); return (_head_ok && _body_ok);
} }

15492
www/docs/Voina_i_mir.txt Normal file

File diff suppressed because one or more lines are too long