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