diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2019-08-22 17:34:27 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2019-09-09 22:56:02 +0200 |
commit | 1c67357db8432174c2a80bbb9c729f4ead44ca0d (patch) | |
tree | 8e34d50cd57619477ca36f3d4c649915f180bc59 /apps/workflowengine/templates/admin.php | |
parent | 2288363b0fbf86dc5a16b6c3e680095006317a68 (diff) | |
download | nextcloud-server-1c67357db8432174c2a80bbb9c729f4ead44ca0d.tar.gz nextcloud-server-1c67357db8432174c2a80bbb9c729f4ead44ca0d.zip |
section and settings for users
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/workflowengine/templates/admin.php')
-rw-r--r-- | apps/workflowengine/templates/admin.php | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/apps/workflowengine/templates/admin.php b/apps/workflowengine/templates/admin.php deleted file mode 100644 index 04f43bb2573..00000000000 --- a/apps/workflowengine/templates/admin.php +++ /dev/null @@ -1,25 +0,0 @@ -<?php -/** - * @copyright Copyright (c) 2016 Morris Jobke <hey@morrisjobke.de> - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - * - */ - -/** @var array $_ */ -/** @var \OCP\IL10N $l */ -?> -<div id="<?php p($_['appid']); ?>" class="<? p(\OCA\WorkflowEngine\AppInfo\Application::APP_ID); ?>"></div> |