logout.inc 106 B

123456
  1. <?php
  2. require_once "tCMS/Auth.inc";
  3. $auth = new Auth;
  4. $auth->invalidate_auth();
  5. die();
  6. ?>