Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/lists/admin/
Upload File :
Current File : /var/www/clients/client3/web2/web/lists/admin/update.php

<?php
/**
 * Only superusers can be redirected to updater.
 */
if(isSuperUser() && ALLOW_UPDATER) {
    $_SESSION['phplist_updater_eligible'] = true;
    header('Location: ../updater');
}