';
// List the installations of scripts which have been disabled by Softaculous or Admin
// In this user can delete, backup, and restore the installations.
// Clone and Upgrade are not possible as the packages wont be there.
$show_disabled_scripts = apply_filters('show_disabled_scripts', true);
if(is_array($disabled_scripts) && count($disabled_scripts) > 0 && !empty($show_disabled_scripts)){
echo '
'.$l['disabled_scripts'].'
'.$l['link'].'
'.$l['admin'].'
'.$l['ins_time'].'
'.$l['version'].'
'.$l['options'].'
';
foreach($disabled_scripts as $sid => $installs){
echo '