View file admin/backup/tmp.php

File size: 99B
<?php

$zipdir="../../data/backup";
$zipp="backup_DATE.zip";
$dir="../../../public_html";

?>