Current Path : /web/htdocs/www.entinoprofit.org/home/lists/admin/actions/
Upload File :
Current File : /web/htdocs/www.entinoprofit.org/home/lists/admin/actions/upgrade.php

<?php

if (!defined('PHPLISTINIT')) {
    die();
}
verifyCsrfGetToken();

if ($_GET['update'] == 'tlds') {
    refreshTlds(true);
    $tlds = explode('|', getConfig('internet_tlds'));
}

$status = s('Top level domains were updated successfully');
$status .= '<br/>'.s('%d Top Level Domains', count($tlds));