Changeset 1070 in ExiteCMS for trunk/administration/db_backup.php
- Timestamp:
- 11/06/07 15:39:37 (5 years ago)
- File:
-
- 1 edited
-
trunk/administration/db_backup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/db_backup.php
r954 r1070 52 52 } else { 53 53 gzwrite($fp, "#----------------------------------------------------------".$crlf); 54 gzwrite($fp, "# PHP-FusionSQL Data Dump".$crlf);54 gzwrite($fp, "# ExiteCMS SQL Data Dump".$crlf); 55 55 gzwrite($fp, "# Database Name: `".$db_name."`".$crlf); 56 56 gzwrite($fp, "# Table Prefix: `".$db_prefix."`".$crlf);
Note: See TracChangeset
for help on using the changeset viewer.
