Вход Регистрация
Файл: system/helpers/redirect.php
Строк: 8
<?php

function redirect ($to = '/', $time = 0)
{
    
$string = $time === 0 ? sprintf ('Location: %s', $to) : sprintf ('Refresh: %d; url=%s', $time, $to);

    exit (
header ($string));
}
Онлайн: 2
Реклама