* try to die a bit more gracefull if errors occur
This commit is contained in:
Sarjuuk
2017-03-21 02:58:16 +01:00
parent 62a95effb8
commit 00de81c60d
27 changed files with 35 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
<?php
if (!defined('AOWOW_REVISION'))
die('invalid access');
die('illegal access');
class AjaxAccount extends AjaxHandler
{