Авторизуйтесь по паролю
Gopr 06.04.2013 Стол заказов 2518 3 комментария
rashpil - 2013-04-066 апреля 2013 11:41 - #12766
Gopr - 2013-04-066 апреля 2013 11:56 - #12767
rashpil - 2013-04-066 апреля 2013 12:07 - #12769
header('Location: ' . $config['http_home_url'] );
header("Location: ".($config['allow_alt_url'] ? $config['http_home_url'] .'user/'.urlencode($member_id['name']).'/' : $PHP_SELF.'?subaction=userinfo&user='.urlencode($member_id['name'])));
CREATE TABLE `dle_views` ( `id` int(11) NOT NULL, `news_id` int(11) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;