X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/369f22660682718b49355cd7ac5119ad89982d80..fcb4a368c1de2e4c086e64064c00f404efaef617:/dbinstall.php diff --git a/dbinstall.php b/dbinstall.php index 32540fd6..a6aab22e 100755 --- a/dbinstall.php +++ b/dbinstall.php @@ -42,8 +42,8 @@ function setChange($sql) { print "successful update
\n"; } -if (!$request->isPost()) { - echo('

Environment check

'); +if ($request->isGet()) { + echo('

Environment Checks

'); // Check if WEB-INF/templates_c dir is writable. if (is_writable(APP_DIR.'/WEB-INF/templates_c/')) {