------------------------------------------------------------
revno: 1195
committer: Jakub Jankiewicz <[email protected]>
branch nick: aikiframework
timestamp: Mon 2012-05-07 14:05:01 +0200
message:
  remove stripslashes
modified:
  index.php


--
lp:aikiframework
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk

Your team Aiki Framework Developers is subscribed to branch lp:aikiframework.
To unsubscribe from this branch go to 
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== modified file 'index.php'
--- index.php	2012-04-25 16:39:28 +0000
+++ index.php	2012-05-07 12:05:01 +0000
@@ -130,7 +130,9 @@
 
 	if (!isset($_GET['no_output']))  {
 		$aiki->Plugins->doAction("output_html", $html_output);
-		$html_output = stripslashes($html_output);   
+		// don't ucomment this stripslashes are handled in the beging of the
+		// script when magic_quotes_gpc are enabled
+		//$html_output = stripslashes($html_output);   
 		print $html_output;
 	}
 } // end of using tidy

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to