Changeset 1070 in ExiteCMS for trunk/administration/db_backup.php


Ignore:
Timestamp:
11/06/07 15:39:37 (5 years ago)
Author:
root
Message:

update to add the locales table
added the locales cache directory
created the locale_load() function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/db_backup.php

    r954 r1070  
    5252            } else { 
    5353                gzwrite($fp, "#----------------------------------------------------------".$crlf); 
    54                 gzwrite($fp, "# PHP-Fusion SQL Data Dump".$crlf); 
     54                gzwrite($fp, "# ExiteCMS SQL Data Dump".$crlf); 
    5555                gzwrite($fp, "# Database Name: `".$db_name."`".$crlf); 
    5656                gzwrite($fp, "# Table Prefix: `".$db_prefix."`".$crlf); 
Note: See TracChangeset for help on using the changeset viewer.