forgot a ;
This commit is contained in:
parent
e290b3fe9c
commit
11629acf5c
@ -7,9 +7,9 @@
|
||||
*
|
||||
* All directives are explained in Documentation.html
|
||||
*/
|
||||
|
||||
|
||||
// Sets the php error reporting - Please do not change this line!
|
||||
error_reporting(E_ALL)
|
||||
error_reporting(E_ALL);
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user