]> git.ozlabs.org Git - ccan/commit
web: fix for PHP7.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 22 Nov 2016 00:47:09 +0000 (11:17 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 22 Nov 2016 00:47:09 +0000 (11:17 +1030)
commit996d4d12ddd52de579b5026bfbe9c65e26f6c698
treeb9c9538d07fe6be6bbe6d7933e4464550d1943a3
parent5ff76d983c62c8fc489672a1f89927ee3ba58e5d
web: fix for PHP7.

split() was deprecated, is now removed. explode() is the new hotness.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
web/staticmoduleinfo.php