* All incoming form values now have stripslashes() ran on them automatically
authorfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 3 Feb 2001 16:58:14 +0000 (16:58 +0000)
committerfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 3 Feb 2001 16:58:14 +0000 (16:58 +0000)
commitd51894be063bf2e1349762bc554358c62d368e36
tree947ffb52a1275210332f95ced8a64a6736329cf2
parent3bc5ef2df787326ceba9cf40f880e353d2e998f4
* All incoming form values now have stripslashes() ran on them automatically
  (if PHP escaped them) if you include strings.php
* Removed sqStripSlahes (no need anymore)
* Completely fixed problem with some data needing escapes, some not, and some
  accidentally getting escaped twice (often in compose.php).

To use:
* Load strings.php at the beginning of your script
* All form variables are accessable as globals (as usual), but are without
  the escape backslashes (if PHP put any in).

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1050 7612ce4b-ef26-0410-bec9-ea0150e637f0
13 files changed:
functions/mime.php
functions/page_header.php
functions/smtp.php
functions/strings.php
src/addrbook_search_html.php
src/compose.php
src/download.php
src/folders_create.php
src/folders_delete.php
src/folders_rename_do.php
src/folders_rename_getname.php
src/options.php
src/read_body.php