View Single Post
  #4  
Old 20th December 2016, 08:58
fireknight's Avatar
fireknight fireknight is offline
Administrator
 
Join Date: Aug 2010
Australia
Posts: 173
Default
Are you sure this is right

Function_config.php
PHP Code:
define('UC_UPLOADER', -2); 
Why would you use a negative number to define a class.
If this meant to be, you are going to have lots of issues with all the below statments through out the source
PHP Code:
if (get_user_class() < UC_USER)
{
    
//===== Some Sort Of Warning Goes Here - Or Just - die =====//

Reply With Quote