]> wagnertech.de Git - timetracker.git/blobdiff - dbinstall.php
Some rearrangements in translation files.
[timetracker.git] / dbinstall.php
index 32540fd685c2ddd5e5c52aba284056b6e0c68dd6..a6aab22ed5504e95cb64a2774134fe636d1213a0 100755 (executable)
@@ -42,8 +42,8 @@ function setChange($sql) {
     print "successful update<br>\n";
 }
 
-if (!$request->isPost()) {
-  echo('<h2>Environment check</h2>');
+if ($request->isGet()) {
+  echo('<h2>Environment Checks</h2>');
 
   // Check if WEB-INF/templates_c dir is writable.
   if (is_writable(APP_DIR.'/WEB-INF/templates_c/')) {