Skip to content
Snippets Groups Projects
Commit 7b407d6d authored by Andreas Gohr's avatar Andreas Gohr
Browse files

fixed function check in install.php FS#1215

darcs-hash:20070806185341-7ad00-c89eefb548615b3b91f77faf3ee477fc62d3257f.gz
parent 1b95bfdf
No related branches found
No related tags found
No related merge requests found
......@@ -429,7 +429,7 @@ function check_functions(){
'glob header ignore_user_abort ini_get mail mkdir '.
'ob_start opendir parse_ini_file readfile realpath '.
'rename rmdir serialize session_start unlink usleep '.
'preg_replace','file_get_contents');
'preg_replace file_get_contents');
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