Exemple #1
0
 function eZHTTPTool()
 {
     $this->UseFullUrl = false;
     $magicQuote = get_magic_quotes_gpc();
     if ($magicQuote == 1) {
         eZHTTPTool::removeMagicQuotes();
     }
 }