Sindbad~EG File Manager

Current Path : /var/www/web3/lists/admin/
Upload File :
Current File : /var/www/web3/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)));

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists