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