Code

Updated gosaDaemon class.
[gosa.git] / gosa-core / include / functions.inc
index f56bbbd42e11925b4554f391d9d02fd0edf1d0b2..e0561c2bbfc0056c56635bd57d1a249c78b25750 100644 (file)
@@ -2653,14 +2653,5 @@ function send_binary_content($data,$name,$type = "application/octet-stream")
   exit();
 }
 
-
-function display_error_page()
-{
-  $smarty= get_smarty();
-  $smarty->display(get_template_path('headers.tpl'));
-  echo "<body>".msg_dialog::get_dialogs()."</body></html>";
-  exit();
-}
-
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
 ?>