Авторизуйтесь по паролю
Automatic 26.05.2018 Стол заказов 918 3 комментария
MikeTheRaven - 2018-05-2626 мая 2018 11:31 - #68539
lutskboy - 2018-05-2626 мая 2018 12:02 - #68540
Automatic - 2018-05-2627 мая 2018 08:07 - #68544
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;