adding new graphing types

git-svn-id: http://www.observium.org/svn/observer/trunk@491 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2009-10-27 13:04:16 +00:00
parent 5ae22069f4
commit bb969a845a
31 changed files with 1013 additions and 137 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
if($os == "Linux" || $os == "NetBSD" || $os == "FreeBSD" || $os == "DragonFly" || $os == "OpenBSD" || $os == "Windows" || $os == "m0n0wall" || $os == "Voswall" || $os == "pfSense" || $os == "DragonFly" || $os == "OpenBSD") {
include("device_cpu_unix.inc.php");
}
?>