fixed SohoLaunch path

This commit is contained in:
Palma Solutions LTD 2018-05-05 08:59:13 +02:00
parent a97cfaa717
commit 41dbbf1d1c
2 changed files with 1 additions and 2 deletions

View File

@ -221,7 +221,7 @@ $versiondouble = array (
array("Joomla 2.5/3.x", "/libraries/cms/version/version.php", "\$RELEASE =", "\$DEV_LEVEL ="),
array("Joomla 3.5+", "/libraries/cms/version/version.php", "const RELEASE =", "const DEV_LEVEL ="),
array("CS-Cart", "/config.php", "define('PRODUCT_NAME',", "define('PRODUCT_VERSION',"),
array("SohoLaunch", "/version.php", "## Soholaunch(R)", "## Version"),
array("SohoLaunch", "/sohoadmin/version.php", "## Soholaunch(R)", "## Version"),
);

View File

@ -1,5 +1,4 @@
#!/usr/bin/perl
#testing the push
use strict;
use warnings;