summaryrefslogtreecommitdiffstats
path: root/templates/settings/admin/commands.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/settings/admin/commands.php')
-rw-r--r--templates/settings/admin/commands.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/templates/settings/admin/commands.php b/templates/settings/admin/commands.php
deleted file mode 100644
index 0b4814a98..000000000
--- a/templates/settings/admin/commands.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-/** @var array $_ */
-/** @var \OCP\IL10N $l */
-script('spreed', ['admin/commands']);
-style('spreed', ['settings-admin']);
-?>
-
-<div class="videocalls section" id="chat_commands">
- <h2><?php p($l->t('Commands')) ?></h2>
- <p class="settings-hint"><?php p($l->t('Specify commands the users can use in chats')); ?></p>
-
- <div class="commands">
- </div>
-</div>