• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

AAC Disable Warnings on Gesior

Solution
What kind of warnings do you mean? The PHP ones?

You can disable them with this function:
Code:
error_reporting(E_ALL ^ E_WARNING );
What kind of warnings do you mean? The PHP ones?

You can disable them with this function:
Code:
error_reporting(E_ALL ^ E_WARNING );
 
Solution
Back
Top