summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f45df9e)
raw | patch | inline | side by side (parent: f45df9e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 27 Jun 2005 12:15:14 +0000 (12:15 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 27 Jun 2005 12:15:14 +0000 (12:15 +0000) |
plugins/admin/systems/class_servService.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_servService.inc b/plugins/admin/systems/class_servService.inc
index 9189fad0d9706526080d866a05c94018d00b9af4..a2ab17c4e4fe50cddb8b8b60973a2f1111b975d5 100644 (file)
function check()
{
$message= array();
+
+
+
+ if((isset($_POST['goTerminalServer']))&&(empty($this->goFontPath))){
+ $message[]=_("Termial server, must have fontpath specified.");
+ }
return ($message);
}