I get the regular:
------------------------
Start MySQL Dump: done!
compress file: done!
delete not compressed file: done!
Before you can restore this file, you have to rename to backp.sql.gz:
Download File
------------------------
But My admin/backup.php is empty...and when i click the download file it has
/admin/backup1019693643.sql.gz
its supposed to be
/admin/backup/backup1019693643.sql.gz
---------------------------------
Here's My Variables:
PHP Code:
$pfad="/public_html/test/admin/backup";
$download_url="http://www.hotdoggssite.com/admin/backup";
Can I get some help?