display erors on installer

This commit is contained in:
botanic 2014-04-07 06:35:15 -07:00
parent 826a139dd2
commit 7b18331f1c

View file

@ -5,6 +5,9 @@
* @author Daan Janssens, mentored by Matthew Lagoe
*/
ini_set('display_errors', 1);
error_reporting(E_ALL);
//set permissions
if(is_writable('../../../../www/login/logs')) {
echo "failed to get write permissions on logs";