mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 09:49:05 +00:00
display erors on installer
This commit is contained in:
parent
826a139dd2
commit
7b18331f1c
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
||||||
* @author Daan Janssens, mentored by Matthew Lagoe
|
* @author Daan Janssens, mentored by Matthew Lagoe
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
ini_set('display_errors', 1);
|
||||||
|
error_reporting(E_ALL);
|
||||||
|
|
||||||
//set permissions
|
//set permissions
|
||||||
if(is_writable('../../../../www/login/logs')) {
|
if(is_writable('../../../../www/login/logs')) {
|
||||||
echo "failed to get write permissions on logs";
|
echo "failed to get write permissions on logs";
|
||||||
|
|
Loading…
Reference in a new issue