CC-2822: Backup cofig file name

- fixed
This commit is contained in:
James 2011-09-14 12:05:31 -04:00
parent 1ec4359982
commit 75b2440bcf
2 changed files with 2 additions and 2 deletions

View file

@ -121,7 +121,7 @@
AirtimeIni192::CONF_FILE_LIQUIDSOAP);
// Backup the config files
$suffix = date("Ymdhis")."-1.9.0";
$suffix = date("Ymdhis")."-1.9.2";
foreach ($configFiles as $conf) {
if (file_exists($conf)) {
echo "Backing up $conf to $conf$suffix.bak".PHP_EOL;