Example #1
0
File: prv.php Project: haan78/hukuk
 protected function onUnauthorized() {
     parent::onUnauthorized();
     header("Location: authenticate.php");
 }