summaryrefslogtreecommitdiffstats
path: root/settings/js/apps-custom.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2013-01-23 11:21:27 +0100
committerLukas Reschke <lukas@statuscode.ch>2013-01-23 11:21:34 +0100
commit48949ba04acacd5cc4039ba15266619ebe61a52b (patch)
tree6183ec00df1e6aa4c8cd40a6ab27f1826e4be8a9 /settings/js/apps-custom.php
parent5fadd530888459a62c7113a916247033fb14c96c (diff)
downloadnextcloud-server-48949ba04acacd5cc4039ba15266619ebe61a52b.tar.gz
nextcloud-server-48949ba04acacd5cc4039ba15266619ebe61a52b.zip
Move appid to external file
Diffstat (limited to 'settings/js/apps-custom.php')
-rw-r--r--settings/js/apps-custom.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/settings/js/apps-custom.php b/settings/js/apps-custom.php
index e0e7a2d6c79..9ec2a758ee3 100644
--- a/settings/js/apps-custom.php
+++ b/settings/js/apps-custom.php
@@ -21,4 +21,6 @@ $combinedApps = OC_App::listAllApps();
foreach($combinedApps as $app) {
echo("appData_".$app['id']."=".json_encode($app));
echo("\n");
-} \ No newline at end of file
+}
+
+echo ("var appid =\"".$_GET['appid']."\";"); \ No newline at end of file