Warning! Speedtest processing can take a while, please be patient.
';
}
if(!empty($_POST['task'])){
if($_POST['task'] == 'install' AND !$sptInstalled){
$spt->_install();
} else if($_POST['task'] == 'update' AND $sptInstalled){
$spt->disableUpdateCheck();
} else if($_POST['task'] == 'run' AND $sptInstalled){
$spt->_run();
} else if($_POST['task'] == 'sidebar' AND !$sptInstalled){
$spt->_sidebar();
} else if($_POST['task'] == 'removesidebar' AND !$sptInstalled){
$spt->_removesidebar();
} else if($_POST['task'] == 'uninstall' AND $sptInstalled){
$spt->_uninstall();
} else if($_POST['task'] == 'stop' AND $sptInstalled){
$spt->_stop();
}
}
if($sptInstalled){
//echo '
';
echo '';
echo '';
echo '
This module simply forces to run the command to check for an Update for CentOS Web Panel and auto install it.
You can always check your CWP version on the homepage of your panel, at the bottom right-hand corner under your IP info.