diff --git a/cms-ver.php b/cms-ver.php index 5951e98..63deac8 100644 --- a/cms-ver.php +++ b/cms-ver.php @@ -345,7 +345,7 @@ foreach(glob("../".$raw[1], GLOB_BRACE) as $versionfiles) { array("AbanteCart", "/core/version.php", "define('MASTER_VERSION',", "define('MINOR_VERSION',", "define('VERSION_BUILT',", ""), array("DotProj", "/includes/version.php", "\$dp_version_major", "\$dp_version_minor", "\$dp_version_patch", ""), array("web2project", "/includes/version.php", "\$w2p_version_major =", "\$w2p_version_minor =", "\$w2p_version_patch =", "EOL") - array("CMSAdmin", "/cmsAdmin/lib/init.php" "'version'", "'build'", "'id'", "EOL"), + array("CMSAdmin", "/cmsAdmin/lib/init.php", "'version'", "'build'", "'id'", "EOL"), array("Etomite", "manager/includes/version.inc.php", "\$small_version", "\$patch_level", "\$release", "EOL"), array("Akaunting", "/config/version.php", "'major'", "'minor'", "'patch'", "EOL"), diff --git a/cms-vss.php b/cms-vss.php index 1c2640d..9916c84 100644 --- a/cms-vss.php +++ b/cms-vss.php @@ -362,7 +362,7 @@ foreach(glob("/home/".$argv[1]."/public_html/{**/*,*}".$raw[1], GLOB_BRACE) as $ array("AbanteCart", "/core/version.php", "define('MASTER_VERSION',", "define('MINOR_VERSION',", "define('VERSION_BUILT',", ""), array("DotProj", "/includes/version.php", "\$dp_version_major", "\$dp_version_minor", "\$dp_version_patch", ""), array("web2project", "/includes/version.php", "\$w2p_version_major =", "\$w2p_version_minor =", "\$w2p_version_patch =", "EOL"), - array("CMSAdmin", "/cmsAdmin/lib/init.php" "'version'", "'build'", "'id'", "EOL"), + array("CMSAdmin", "/cmsAdmin/lib/init.php", "'version'", "'build'", "'id'", "EOL"), array("Etomite", "manager/includes/version.inc.php", "\$small_version", "\$patch_level", "\$release", "EOL"), array("Akaunting", "/config/version.php", "'major'", "'minor'", "'patch'", "EOL"), );