Skip to content
Snippets Groups Projects
Commit ab38a322 authored by lupo49's avatar lupo49
Browse files

install.php: Added pack() to required DokuWiki PHP functions (FS#2761)

parent 8f989436
No related branches found
No related tags found
No related merge requests found
......@@ -529,7 +529,7 @@ function check_functions(){
'ob_start opendir parse_ini_file readfile realpath '.
'rename rmdir serialize session_start unlink usleep '.
'preg_replace file_get_contents htmlspecialchars_decode '.
'spl_autoload_register stream_select fsockopen');
'spl_autoload_register stream_select fsockopen pack');
if (!function_exists('mb_substr')) {
$funcs[] = 'utf8_encode';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment