16 lines
275 B
INI
16 lines
275 B
INI
|
|
||
|
// List of files to be kept up to date
|
||
|
// This list can't contain more than 20 files approximately
|
||
|
|
||
|
Files =
|
||
|
{
|
||
|
// DO NOT REMOVE THIS ENTRY
|
||
|
// THIS MUST ALWAYS BE THE FIRST FILE !!
|
||
|
"system_files.cfg",
|
||
|
//
|
||
|
|
||
|
"msg.xml",
|
||
|
"database.xml",
|
||
|
"chat_static.cdb"
|
||
|
};
|