Update install.php
This commit is contained in:
parent
eccc26b757
commit
698cf8eadd
@ -6,7 +6,7 @@ define('VERSION', '4.9.93');
|
|||||||
if (fopen('inc/instance-config.php' , 'a') === false) {
|
if (fopen('inc/instance-config.php' , 'a') === false) {
|
||||||
print('install.php does not have permission to write to /inc/, without permission the installer cannot continue');
|
print('install.php does not have permission to write to /inc/, without permission the installer cannot continue');
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
require 'inc/functions.php';
|
require 'inc/functions.php';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user