fixes
This commit is contained in:
@@ -131,7 +131,7 @@ $versions = array(
|
||||
array("CKeditor", "/ckeditor/CHANGES.html", "CKEditor Changelog"),
|
||||
array("Dokeos", "main/inc/installedVersion.inc.php", "\$dokeos_version"),
|
||||
array("CakePHP","cake/config/config.php","\$config['Cake.version'] ="),
|
||||
|
||||
|
||||
// still need to work on these
|
||||
array("CubeCart", "/index.php", "CubeCart v"), // may need one more line
|
||||
array("Soholaunch", "/index.php", "\#\# Soholaunch\(R\) Site Management Tool"), // needs two more lines
|
||||
@@ -207,7 +207,7 @@ foreach(glob("../".$row[1], GLOB_BRACE) as $versionfile) {
|
||||
|
||||
}
|
||||
$versiondouble = array (
|
||||
array("Joomla 1.0", "/includes/version.php", "\$RELEASE =", "\$DEV_LEVEL ="),
|
||||
array("Joomla 1.0", "/includes/version.php", "var \$RELEASE", "var \$DEV_LEVEL"),
|
||||
array("Joomla 1.5", "/libraries/joomla/version.php", "var \$RELEASE", "var \$DEV_LEVEL"),
|
||||
array("Joomla 1.6/1.7", "/libraries/cms/version.php", "\$RELEASE =", "\$DEV_LEVEL ="),
|
||||
array("Joomla 2.5/3.x", "/libraries/cms/version/version.php", "\$RELEASE =", "\$DEV_LEVEL ="),
|
||||
|
||||
Reference in New Issue
Block a user