0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00

setup.php:

- add TODO note to check for PHP >= 5.2.3 because smarty uses 
  htmlentities with 4 parameters (4th param added in PHP 5.2.3)


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1499 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
Christian Boltz 2013-07-24 11:56:53 +00:00
parent 880e6f50ae
commit c5b8814130

View File

@ -70,6 +70,7 @@ if ($f_phpversion == 1)
$phpversion = 5; $phpversion = 5;
print "<li>PHP version " . phpversion () . "</li>\n"; print "<li>PHP version " . phpversion () . "</li>\n";
} }
# TODO: check for PHP >= 5.2.3 - smarty uses htmlentities with 4 parameters. The forth parameter was added in PHP 5.2.3, older versions will give a warning
} }
else else
{ {