mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
display erors on installer
This commit is contained in:
parent
fff4682d92
commit
5fe1dd709f
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
||||||
* This script will install all databases related to the Ryzom AMS and it will generate an admin account..
|
* This script will install all databases related to the Ryzom AMS and it will generate an admin account..
|
||||||
* @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')) {
|
||||||
|
|
Loading…
Reference in a new issue