Menu

altering the $QUERY_STRING in session.php

Help
Anonymous
2004-03-29
2004-03-29
  • Anonymous

    Anonymous - 2004-03-29

    Hello

    I have noticed that if the user typed in a $QUERY_STRING, then you perform the following search and replace on it:
    every & is replaced with &
    evert < is replaced with &gt;

    shouldn't < be replaced with &lt;

     
    • John Finlay

      John Finlay - 2004-03-29

      Thanks David,

      I've changed this in the session.php file in the CVS.

      --John

       

Log in to post a comment.