Marius Cramer
2013-11-14 b1a6a5a3991cec5cd08873b01376e45d0b247f18
server/lib/classes/openvz_tools.inc.php
@@ -31,6 +31,8 @@
   /**
    * Checks, if the server ist a OpenVZ - Host
    */
   public function isOpenVzHost() {
      /*
       * if there is a "/proc/user_beanconters" we have OpenVz "in use"
@@ -145,5 +147,7 @@
      /* ready */
      return $res;
   }
}
?>