fixed SohoLaunch path
This commit is contained in:
parent
a97cfaa717
commit
41dbbf1d1c
@ -221,7 +221,7 @@ $versiondouble = array (
|
|||||||
array("Joomla 2.5/3.x", "/libraries/cms/version/version.php", "\$RELEASE =", "\$DEV_LEVEL ="),
|
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("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("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"),
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
#testing the push
|
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user