diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-01-23 11:21:27 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-01-23 11:21:34 +0100 |
commit | 48949ba04acacd5cc4039ba15266619ebe61a52b (patch) | |
tree | 6183ec00df1e6aa4c8cd40a6ab27f1826e4be8a9 /settings/js/apps-custom.php | |
parent | 5fadd530888459a62c7113a916247033fb14c96c (diff) | |
download | nextcloud-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.php | 4 |
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 |