see8ch/localhost-directory-gui

Deprecated function split

Closed this issue · 0 comments

Warning:
Deprecated: Function split() is deprecated in index.php on line 38

$exts = split("[/\\.]", $filename) ;

This function has been DEPRECATED as of PHP 5.3.0. Relying on this feature is highly discouraged.

Easy but dirty workaround:

add this at the top of the file.

error_reporting(0);