croninfo->info->php_path ?> croninfo->cli->path ?>

croninfo->info->php_path); ?>


croninfo->info->feenabled): ?>

croninfo->info->secret)): ?>

croninfo->info->php_path ?> croninfo->altcli->path ?>

croninfo->info->php_path); ?>


croninfo->info->feenabled): ?>

croninfo->info->secret)): ?>

croninfo->info->root_url.'/'.$this->croninfo->frontend->path ?>

wget --max-redirect=10000 "croninfo->info->root_url.'/'.$this->croninfo->frontend->path ?>" -O - 1>/dev/null 2>/dev/null

curl -L --max-redirs 1000 -v "croninfo->info->root_url.'/'.$this->croninfo->frontend->path ?>" 1>/dev/null 2>/dev/null

    

    $curl_handle=curl_init();
    curl_setopt($curl_handle, CURLOPT_URL, 'croninfo->info->root_url.'/'.$this->croninfo->frontend->path ?>');
    curl_setopt($curl_handle,CURLOPT_FOLLOWLOCATION, TRUE);
    curl_setopt($curl_handle,CURLOPT_MAXREDIRS, 10000);
    curl_setopt($curl_handle,CURLOPT_RETURNTRANSFER, 1);
    $buffer = curl_exec($curl_handle);
    curl_close($curl_handle);
    if (empty($buffer))
        echo "Sorry, the backup didn't work.";
    else
        echo $buffer;
    
                    

croninfo->info->root_url ?>/croninfo->frontend->path ?>

container->application->getDocument()->addScriptDeclaration( <<