Авторизуйтесь по паролю
yasha140 17.06.2019 Стол заказов 1680 4 комментария
maks - 2019-06-1717 июня 2019 18:30 - #72597
yasha140 - 2019-06-1717 июня 2019 18:51 - #72598
maks - 2019-06-1717 июня 2019 19:20 - #72599
yasha140 - 2019-06-1717 июня 2019 19:36 - #72600
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;