| Current Path : /var/www/clients/client3/web2/web/lists/admin/actions/ |
| Current File : /var/www/clients/client3/web2/web/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));