示例#1
0
function clearAddSession()
{
    _clearAddSessionVars();
    header('Location: ' . xhelpMakeURI(XHELP_ADMIN_URL . '/department.php', array('op' => 'manageDepartments'), false));
}
示例#2
0
function clearAddSession()
{
    _clearAddSessionVars();
    header('Location: ' . xhelpMakeURI(XHELP_ADMIN_URL . '/mimetypes.php', array('op' => 'add'), false));
}
示例#3
0
function clearAddSession()
{
    _clearAddSessionVars();
    header('Location: ' . smartsection_makeURI(SMARTSECTION_ADMIN_URL . '/mimetypes.php', array('op' => 'add'), false));
}
示例#4
0
function clearAddSession()
{
    _clearAddSessionVars();
    header('Location: ' . PublisherUtils::makeURI(PUBLISHER_ADMIN_URL . '/mimetypes.php', array('op' => 'add'), false));
}
示例#5
0
function clearAddSession()
{
    _clearAddSessionVars();
    header('Location: ' . xhelpMakeURI(XHELP_ADMIN_URL . '/fields.php'));
}