summaryrefslogtreecommitdiff
path: root/common.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'common.inc.php')
-rw-r--r--common.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.inc.php b/common.inc.php
index 612b73b..e8eb4fa 100644
--- a/common.inc.php
+++ b/common.inc.php
@@ -34,7 +34,7 @@ date_default_timezone_set('US/Pacific');
define('LOG_DIR', './');
-$channels = array ('dri-devel', 'radeon', 'nouveau', 'wayland', 'd3d9', 'freedreno', 'lima', 'etnaviv', 'intel-gfx');
+$channels = array ('dri-devel', 'radeon', 'nouveau', 'wayland', 'd3d9', 'freedreno', 'lima', 'etnaviv', 'intel-gfx', 'freedesktop', 'openchrome');
if (isset($_GET['channel'])) {
$channel = $_GET['channel'];