Авторизуйтесь по паролю
Extazi 06.05.2020 Плагины, Модули Шаблоны (TPL), Общие вопросы по PHP, Модули 812
vitnet - 2020-01-208 мая 2020 16:23 - #75978
if( $do == "cat" && in_array($category_id, array(1, 2, 3) ) { here code to execute. }
Extazi - 2020-01-209 мая 2020 14:51 - #75999
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'])));