mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Removed isAJAX check [So buggy] (#675)
This commit is contained in:
parent
9281ba84cf
commit
045297eb6d
3 changed files with 2 additions and 16 deletions
|
@ -145,7 +145,6 @@ define('SEARCH_TYPE_TRACKER', 1);
|
|||
// Ajax error codes
|
||||
define('E_AJAX_GENERAL_ERROR', 1000);
|
||||
define('E_AJAX_NEED_LOGIN', 1001);
|
||||
define('E_AJAX_NOT_REQUEST', 1002);
|
||||
|
||||
// Private messaging
|
||||
define('PRIVMSGS_READ_MAIL', 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue