X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/270ff8df9ea85d9deb349accedfaedc2f8734251..d9b4512fae9de17f4bc9d77c7532db6ada9bf8c3:/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/')) {