
12.02.2009, 21:48
|
|
Banned
Регистрация: 19.06.2006
Сообщений: 1,239
Провел на форуме: 1469161
Репутация:
142
|
|
Это,люди,вот такой код:
require "./start.php";
require $site_dir."/include/security.php";
if ($HTTP_POST_VARS["editor_mode"] || $HTTP_GET_VARS["editor_mode"] || $HTTP_COOKIE_VARS["editor_mode"] == "editor") {
func_header_location("error_message.php?access_den ied&id=3");
}
if (isset($editor_mode))
unset($editor_mode);
x_session_register("editor_mode");
Возможна ли здесь ансет атака,даже если она ничего не даёт :Д
|
|
|