summaryrefslogtreecommitdiffstats
path: root/etc/ecl.php
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ecl.php')
-rwxr-xr-xetc/ecl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/ecl.php b/etc/ecl.php
index 47e187a..425aed1 100755
--- a/etc/ecl.php
+++ b/etc/ecl.php
@@ -49,7 +49,7 @@ function get_disk_slices($disk) {
$slices = str_replace("/dev/", "", $slices);
if($slices == "ls: No match.")
return;
- $slices_array = split(" ", $slices);
+ $slices_array = explode(" ", $slices);
return $slices_array;
}
@@ -161,4 +161,4 @@ echo "External config loader 1.0 is now starting...";
find_config_xml();
echo "\n";
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud