diff --git a/build-base.php b/build-base.php index 8f631c365..10c8927d5 100644 --- a/build-base.php +++ b/build-base.php @@ -2,7 +2,7 @@ // MYSQL Check - FIXME // 1 UNKNOWN -require 'config.php'; +include 'config.php'; if (!isset($sql_file)) { $sql_file = 'build.sql'; diff --git a/html/install.php b/html/install.php index aaa93eb0c..d3611b560 100644 --- a/html/install.php +++ b/html/install.php @@ -301,7 +301,7 @@ elseif($stage == "2") {