]> git.ipfire.org Git - thirdparty/hostap.git/commit
HS 2.0 server: Replace deprecated PHP function split()
authorJouni Malinen <jouni@codeaurora.org>
Mon, 10 Sep 2018 20:41:35 +0000 (23:41 +0300)
committerJouni Malinen <jouni@codeaurora.org>
Mon, 10 Sep 2018 20:41:35 +0000 (23:41 +0300)
commitad5c385db940b95627f4d4d681331665d18ef395
tree5c0c6a060f45a4a189fb3ebc3d0e79b1df742602
parent02eec9954cacb1a4b9460c3c45524ce383c7ce17
HS 2.0 server: Replace deprecated PHP function split()

Use explode() instead of split() because split() has been removed from
PHP 7.0.0 and there is no need for using full regular expression here.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
hs20/server/www/est.php