diff --git a/.gitignore b/.gitignore index 166bdbc..2116b6c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ docroot/nginx.conf docroot/html/writable/*.* docroot/php.ini +docroot/session.save_path/sess_* diff --git a/docroot/html/sessions.php b/docroot/html/sessions.php new file mode 100644 index 0000000..901b945 --- /dev/null +++ b/docroot/html/sessions.php @@ -0,0 +1,56 @@ + + + + + + +

Successfully destroyed session

+ clear this + +
+ + +
+ + + +
+ + +
+ + + + diff --git a/docroot/php.ini.in b/docroot/php.ini.in index 57349e9..1cb68dc 100644 --- a/docroot/php.ini.in +++ b/docroot/php.ini.in @@ -765,7 +765,7 @@ auto_append_file = ; ; PHP's built-in default is text/html ; http://php.net/default-mimetype -default_mimetype = "text/plain" +default_mimetype = "text/html" ; PHP's default character set is set to empty. ; http://php.net/default-charset