summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/inc/devicetype.inc.php
blob: 41ee237d095df7b4f1af4061fe2b517ab1facbbe (plain) (blame)
1
2
3
4
5
6
<?php

class DeviceType
{
	const SCREEN = 'SCREEN';
}