Christian Boltz
d66262f00e
Remove usage of $CONF['postfix_admin_url'] in various Location: headers
...
to avoid problems with wrong values of $CONF['postfix_admin_url'].
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=3039042&group_id=191583
contains the technical details and reasons.
Note: $CONF['postfix_admin_url'] is still used at some places that are
a bit harder to change.
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1021 a1433add-5e2c-0410-b055-b7f2511e0802
14 years ago
Sebastian
b1287d97e2
- big merge of Postfixadmin smarty into trunk
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@757 a1433add-5e2c-0410-b055-b7f2511e0802
15 years ago
Christian Boltz
4168dd5d7b
config.inc.php:
...
- add comment about courier_authlib SHA passwords
backup.php
- also backup quota and quota2 table
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@736 a1433add-5e2c-0410-b055-b7f2511e0802
15 years ago
David Goodwin
df41f03d96
backup.php: fix bug 2829452
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@697 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
Christian Boltz
8f5f9a0df3
backup.php:
...
- replace table_by_pos with table_by_key - script was totally broken
while table_by_pos was used (only admin table backed up)
- changed Content-Type: header to text/plain - file is still offered
for download, but can be opened in a text editor easier
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@406 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
159736eb2d
backup.php, config.inc.php:
...
- added alias_domain table at various places
- also opened https://sourceforge.net/tracker/index.php?func=detail&aid=1969168&group_id=191583&atid=937967
("backup.php should use table list from config")
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@364 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
68a8af7671
backup.php:
...
- also backup fetchmail table
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@362 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
481012a2a9
backup.php
...
- also backup vacation_notification table
Reported by Johan Hendriks (sylhouette) - thanks!
https://sourceforge.net/tracker/index.php?func=detail&aid=1860193&group_id=191583&atid=937964
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@282 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin
39953d029d
rename templates to .php instead of .tpl
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@250 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
b4b7212853
backup.php:
...
- also backup config table
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@232 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
1132b958e5
Finally got rid of admin/ :-)
...
- moved admin-only scripts from admin/ to /
- removed all merged files ("require('../$file')") from admin/
- changed include paths - no more admin/superadmin switching needed
- admin_menu.tpl is also gone
- removed all menu.tpl / admin_menu.tpl switches - no more needed
- admin/index.php still exists and redirects to /
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@168 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago