Browse Source

Update install.php

pull/40/head
Paradox 8 years ago
committed by GitHub
parent
commit
698cf8eadd
  1. 2
      install.php

2
install.php

@ -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';

Loading…
Cancel
Save