Update install.php

This commit is contained in:
Paradox 2016-08-20 10:55:18 -05:00 committed by GitHub
parent eccc26b757
commit 698cf8eadd

View File

@ -6,7 +6,7 @@ define('VERSION', '4.9.93');
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');
exit();
}
}
require 'inc/functions.php';