Changeset 42
- Timestamp:
- 10/31/06 07:29:36 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/class.kill.php
r33 r42 175 175 elseif ($value > 80 && $value <= 250) 176 176 $color = "orange"; 177 elseif ($value > 250 && $value <= 5000)177 elseif ($value > 250 && $value <= 7000) 178 178 $color = "purple"; 179 179