summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/edit/apps.py
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/modules/edit/apps.py')
-rw-r--r--sca-cpp/trunk/modules/edit/apps.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/sca-cpp/trunk/modules/edit/apps.py b/sca-cpp/trunk/modules/edit/apps.py
index 29b470255c..600a841ed5 100644
--- a/sca-cpp/trunk/modules/edit/apps.py
+++ b/sca-cpp/trunk/modules/edit/apps.py
@@ -33,6 +33,10 @@ def mkapplink(id):
os.mkdir('apps/' + car(id) + '/htdocs')
os.symlink('../../../htdocs/login', 'apps/' + car(id) + '/htdocs/login');
os.symlink('../../../htdocs/logout', 'apps/' + car(id) + '/htdocs/logout');
+ os.symlink('../../../htdocs/public', 'apps/' + car(id) + '/htdocs/public');
+ os.symlink('../../../htdocs/data', 'apps/' + car(id) + '/htdocs/data');
+ os.symlink('../../../htdocs/app/index.html', 'apps/' + car(id) + '/htdocs/index.html');
+ os.symlink('../app.html', 'apps/' + car(id) + '/htdocs/app.html');
except:
pass
return True