Esempio n. 1
0
File: prv.php Progetto: haan78/hukuk
 protected function onUnauthorized() {
     parent::onUnauthorized();
     header("Location: authenticate.php");
 }