<?php
session_start();
include_once '../BigBackupMaker.class.php';
// BigBackupMaker::CompressAll('compress.zip',false);//compress all in this file folder
BigBackupMaker::CompressAll('compress.zip');//compress all in this file folder and force download without vitesse limitation without resume support
// BigBackupMaker::CompressAll('compress.zip',true,"renameto.zip","on",80);//compress all in this file folder and force download with the name renameto.zip with resume support and vitesse limitation to 80 kb
?>
|