‘Workflow’ dla projektów WS

// remove slashes in get post cookie data...
if ( get_magic_quotes_gpc() ) {
if(is_array($_REQUEST)) $_REQUEST=stripslashes_ws($_REQUEST);
if(is_array($_POST)) $_POST=stripslashes_ws($_POST);
if(is_array($_GET)) $_GET=stripslashes_ws($_GET);
if(is_array($_COOKIE)) $_COOKIE=stripslashes_ws($_COOKIE);
}
@set_magic_quotes_runtime(0);

Dodaj komentarz

Wprowadź swoje dane lub kliknij jedną z tych ikon, aby się zalogować:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Zmień )

Twitter picture

You are commenting using your Twitter account. Log Out / Zmień )

Facebook photo

You are commenting using your Facebook account. Log Out / Zmień )

Connecting to %s


Follow

Otrzymuj każdy nowy wpis na swoją skrzynkę e-mail.