Guest User

Untitled

a guest
Jan 20th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. in /includes/common.php  lines 603 to 604:
  2.  
  3.     $terms=u(T_("Terms"));
  4.     if ($terms=="") $account="terms";
  5.  
  6. replace with:
  7.  
  8.     $terms=u(T_("Terms"));
  9.     if ($terms=="") $terms="terms";
Add Comment
Please, Sign In to add comment