Exemple #1
0
 private static function casLogoutURL($app_description = false)
 {
     $url = CASOptions::LogoutURL();
     if ($app_description) {
         $url .= '?app=' . urlencode($app_description);
     }
     return $url;
 }