Pascal Dreissen
2016-07-08 173afc3e8272495e72fbcd27bed55d227483aaf7
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"
@@ -109,7 +111,7 @@
         $item = trim($item);
         /*
          * Now get every token and insert it to the array
          * Now get every token and insert it to the array
          */
         if ($item != '') {
            $tmp = explode(' ', $item);
@@ -145,5 +147,7 @@
      /* ready */
      return $res;
   }
}
?>
?>