Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apptemplate/templates/main.php')
-rwxr-xr-xapptemplate/templates/main.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/apptemplate/templates/main.php b/apptemplate/templates/main.php
deleted file mode 100755
index 703c38aa4..000000000
--- a/apptemplate/templates/main.php
+++ /dev/null
@@ -1,3 +0,0 @@
-<h1>This is an example app template</h1>
-
-<?php p($l->t('Some Setting'));?>: "<?php p($_['somesetting']); ?>"