<?php require_once "class/model.class.php"; class DeauthModel extends Model { /* * Default action */ function deflt() { $this->setCurrentUser(); $this->redirectTo($this->ar() . "/"); } } ?>