added header
This commit is contained in:
14
cms-ver.php
14
cms-ver.php
@@ -1,5 +1,19 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* CMS Finder Script
|
||||||
|
* Version 1.0
|
||||||
|
* by Malin Cenusa
|
||||||
|
* For bugz, or ideas use malin@cenusa.me
|
||||||
|
*
|
||||||
|
* TODO:
|
||||||
|
* - Fix remaining script versions
|
||||||
|
* - Fix Timthumb
|
||||||
|
* - Add the rest of the scripts from Softaculous
|
||||||
|
* - Add scripts from outside Softaculous
|
||||||
|
* - Add "Current Status"
|
||||||
|
*/
|
||||||
|
|
||||||
$versions = array(
|
$versions = array(
|
||||||
array("Wordpress", "/wp-includes/version.php", "\$wp_version ="),
|
array("Wordpress", "/wp-includes/version.php", "\$wp_version ="),
|
||||||
array("osCommerce", "/includes/application_top.php", "define('PROJECT_VERSION', 'osCommerce Online Merchant"),
|
array("osCommerce", "/includes/application_top.php", "define('PROJECT_VERSION', 'osCommerce Online Merchant"),
|
||||||
|
|||||||
Reference in New Issue
Block a user