[TYPO3-core] RFC Bug #11450: Install tool access check should take IPv6 loopback into account

Oliver Klee typo3-german-02 at oliverklee.de
Wed Jul 8 13:22:31 CEST 2009


Hi,

-1 by reading. The paranthesis structure is misleading: You are opening
with one parenthesis and closing with two:

+if (1==2
+		|| (
+			($_SERVER['REMOTE_ADDR'] != '127.0.0.1')
+			&& ($_SERVER['REMOTE_ADDR'] != '::1')
+			&& (!is_file($enableInstallToolFile)
+		)
+)) {


Oliver


More information about the TYPO3-team-core mailing list