Home
last modified time | relevance | path

Searched refs:distrib (Results 1 – 2 of 2) sorted by relevance

/plugin/serverinfos/serverinfos/lib/
H A DInfosServer.class.php41 exec('lsb_release -ds', $distrib);
43 if (preg_match("#debian#i",$distrib[0]))
47 elseif (preg_match("#ubuntu#i",$distrib[0]))
77 exec('uname -r', $distrib);
78 $systeme = $distrib[0];
83 exec('lsb_release -ds | cut -d" " -f1,3,4', $distrib);
84 $systeme = $distrib[0];
H A DElements.class.php48 public function displaySystem($infosServeur, $system_os, $server_os, $distrib, $vmac) argument
57 echo "<div id='categorie_contenu_system'><strong>".$distrib."</strong></div>";