uapi( 'Backups', 'backups', array('action' => $action, 'args' => $args) ); if ( $result['cpanelresult']['result']['status'] === 1 ) { $result = $result['cpanelresult']['result']['data']; } else { die('unable to process request. grep for /opt/backups/bin/cpanel_plugin in /usr/local/cpanel/logs/error_log'); } echo($result); ?>