gui fixes

This commit is contained in:
SJ
2013-11-17 22:57:54 +01:00
parent 01357374ba
commit 0809b5a514
5 changed files with 11 additions and 8 deletions

View File

@ -37,6 +37,7 @@ server {
rewrite /audit-helper.php /index.php?route=audit/helper;
rewrite /message.php /index.php?route=message/view;
rewrite /bulkrestore.php /index.php?route=message/bulkrestore;
rewrite /bulkpdf.php /index.php?route=message/bulkpdf;
rewrite /folders.php /index.php?route=folder/list&;
rewrite /settings.php /index.php?route=user/settings;
rewrite /login.php /index.php?route=login/login;