Die Suche ergab 2 Treffer
- 22.07.2005 20:05
- Forum: Coding & Technik
- Thema: phpBB get_magic_quotes_gpc() Abfrage
- Antworten: 2
- Zugriffe: 206
- 22.07.2005 19:22
- Forum: Coding & Technik
- Thema: phpBB get_magic_quotes_gpc() Abfrage
- Antworten: 2
- Zugriffe: 206
phpBB get_magic_quotes_gpc() Abfrage
Code aus der "common.php"... http://www.phpbb.de/doku/xref/nav.html?common.php.html
111 //
112 // addslashes to vars if magic_quotes_gpc is off
113 // this is a security precaution to prevent someone
114 // trying to break out of a SQL statement.
115 //
116 if( !get_magic_quotes_gpc ...
111 //
112 // addslashes to vars if magic_quotes_gpc is off
113 // this is a security precaution to prevent someone
114 // trying to break out of a SQL statement.
115 //
116 if( !get_magic_quotes_gpc ...