summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/inc/devicetype.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2022-01-17 16:37:59 +0100
committerSimon Rettberg2022-01-17 16:37:59 +0100
commit21c643d68b883bb946351235b8152f43843e4ad6 (patch)
tree2d50e48b2e2c689f5f96ade9797cb87ebdc4fa7a /modules-available/statistics/inc/devicetype.inc.php
parent[statistics] Add comments (diff)
downloadslx-admin-21c643d68b883bb946351235b8152f43843e4ad6.tar.gz
slx-admin-21c643d68b883bb946351235b8152f43843e4ad6.tar.xz
slx-admin-21c643d68b883bb946351235b8152f43843e4ad6.zip
[statistics] Fix join ordering; renames and comments
Diffstat (limited to 'modules-available/statistics/inc/devicetype.inc.php')
-rw-r--r--modules-available/statistics/inc/devicetype.inc.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules-available/statistics/inc/devicetype.inc.php b/modules-available/statistics/inc/devicetype.inc.php
deleted file mode 100644
index a01ec310..00000000
--- a/modules-available/statistics/inc/devicetype.inc.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-
-class DeviceType
-{
- const SCREEN = 'SCREEN';
-
-}