summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2007-07-25 21:00:21 +0200
committerAndreas Gohr <andi@splitbrain.org>2007-07-25 21:00:21 +0200
commit43078d10727954e0bdd01453555c690206289637 (patch)
treeb65d16e0a0b0146d79f1031b5bd50c1cedc5f1ce /install.php
parentd734b1236026ba575bea36679389ec0b10b33244 (diff)
downloadrpg-43078d10727954e0bdd01453555c690206289637.tar.gz
rpg-43078d10727954e0bdd01453555c690206289637.tar.bz2
use file_get_contents to read files
darcs-hash:20070725190021-7ad00-32ea2f7d76d6508dfeb9dfd90f94132c4020386c.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 5e209c4b5..743ae93c4 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');
+ 'preg_replace','file_get_contents');
if (!function_exists('mb_substr')) {
$funcs[] = 'utf8_encode';