From 40cace04e400903d9216ab43034f8494ba0ceeea Mon Sep 17 00:00:00 2001
From: steve-lad <72376554+steve-lad@users.noreply.github.com>
Date: Fri, 30 Jul 2021 10:36:38 +0200
Subject: [PATCH] Increase granularity of backup name
---
install.php | 2 +-
module.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/install.php b/install.php
index 4953688..e9ef819 100644
--- a/install.php
+++ b/install.php
@@ -791,7 +791,7 @@ function createBackUpConfig()
outn("PHPx.x-zip not installed where x.x is the installed PHP version. Install it before continuing !");
die_freepbx();
}
- $filename = $dir . "/sccp_install_backup" . date("Ymd"). ".zip";
+ $filename = $dir . "/sccp_install_backup" . date("Ymdhis"). ".zip";
if ($zip->open($filename, \ZIPARCHIVE::CREATE)) {
foreach ($backup_files as $file) {
foreach ($backup_ext as $b_ext) {
diff --git a/module.xml b/module.xml
index 28e6e6d..33f9036 100644
--- a/module.xml
+++ b/module.xml
@@ -1,7 +1,7 @@
sccp_manager
SCCP Manager
- 14.3.0.0
+ 14.3.0.1
setup
SCCP Connectivity
Steve Lad, Alex GP