Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberroland committed Oct 17, 2024
1 parent 6320430 commit 288694c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lam/lib/checkEnvironment.inc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ include_once(__DIR__ . "/../lib/config.inc");
/** persistence */
include_once(__DIR__ . "/../lib/persistence.inc");

// check if PHP >= 7.4
// check PHP version
if (version_compare(phpversion(), '8.1') < 0) {
echo "<!DOCTYPE html>\n\n";
echo "<html>\n<head>\n";
Expand Down

0 comments on commit 288694c

Please sign in to comment.