summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2007-08-06 20:53:41 +0200
committerAndreas Gohr <andi@splitbrain.org>2007-08-06 20:53:41 +0200
commit7b407d6d7dc5e3ae4c2f5f482869a64129be722c (patch)
tree2ce4d4a48eb72e9e539dbe49714c3bfcb1841f9b /install.php
parent1b95bfdf531bcebc21db63c41394692b813cbd71 (diff)
downloadrpg-7b407d6d7dc5e3ae4c2f5f482869a64129be722c.tar.gz
rpg-7b407d6d7dc5e3ae4c2f5f482869a64129be722c.tar.bz2
fixed function check in install.php FS#1215
darcs-hash:20070806185341-7ad00-c89eefb548615b3b91f77faf3ee477fc62d3257f.gz
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index 743ae93c4..6bc1bcb30 100644
--- a/install.php
+++ b/install.php
@@ -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';