X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/f022655c123fabf9a236b99f4ffe0591189a4b6d..7bafd815e19a8c4535a3684c01955fe7b789982d:/dbinstall.php diff --git a/dbinstall.php b/dbinstall.php index 4d4de7e8..07cb37d7 100755 --- a/dbinstall.php +++ b/dbinstall.php @@ -61,7 +61,7 @@ if ($request->isGet()) { // spit white space before output in some situations such as in PDF reports. $file = fopen(APP_DIR.'/WEB-INF/config.php', 'r'); $line = fgets($file); - if (strcmp('Error: WEB-INF/config.php file does not start with PHP opening tag.
'); } fclose($file);