Code

Updated OPsi check, for debugging
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 6 Oct 2008 08:44:17 +0000 (08:44 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 6 Oct 2008 08:44:17 +0000 (08:44 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12598 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/opsi/admin/opsi/class_opsi.inc

index 144dbc2dfdee6b82b2b91de28ccece31455ed64b..6a8f9ec9d9bb43ed62a5e5592ab85fabae2f4042 100644 (file)
@@ -73,6 +73,7 @@ class opsi extends gosaSupportDaemon
   
   public function enabled()
   {
+    return(TRUE);
     return(tests::is_mac($this->target));
   }