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/updatetlds.php

<?php

if (!$GLOBALS['commandline']) {
    @ob_end_flush();
    echo '<p class="information">'.s('This page only works from commandline').'</p>';
    return;
}

if (isset($cline['f'])) {
    refreshTlds(true);
} else {
    refreshTlds(false);
}
$tlds = explode('|', getConfig('internet_tlds'));
cl_output(s('Now we have %d top level domains',count($tlds)));