You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
postfixadmin/users
Christian Boltz a87e3596e5 users/vacation.php:
- do not escape_string() $_POST[fSubject] and $_POST[fBody] - they are already
  escaped in VacationHandler.php. This fixes the problem that the vacation
  message contains "\r\n" instead of linebreaks. Reported in
  https://sourceforge.net/forum/forum.php?thread_id=3179404&forum_id=676076


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@646 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
..
edit-alias.php fix errors e.g. see https://sourceforge.net/tracker/?func=detail&aid=2711888&group_id=191583&atid=937964 16 years ago
index.php - added/fixed vim: lines to nearly all *.php files (exception: templates/*) 16 years ago
login.php refactoring of users (most app logic is now in /model) 16 years ago
logout.php - added/fixed vim: lines to nearly all *.php files (exception: templates/*) 16 years ago
main.php refactoring of users (most app logic is now in /model) 16 years ago
password.php users/password.php: no need to escape strings - should be in the model layer - fix broken auth check 16 years ago
vacation.php users/vacation.php: 16 years ago