From 996d4d12ddd52de579b5026bfbe9c65e26f6c698 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 22 Nov 2016 11:17:09 +1030 Subject: [PATCH] web: fix for PHP7. split() was deprecated, is now removed. explode() is the new hotness. Signed-off-by: Rusty Russell --- web/staticmoduleinfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/staticmoduleinfo.php b/web/staticmoduleinfo.php index 7f388c2c..ac4ac68f 100644 --- a/web/staticmoduleinfo.php +++ b/web/staticmoduleinfo.php @@ -63,7 +63,7 @@ if ($extdepends) {

External dependencies: