added header
This commit is contained in:
16
cms-ver.php
16
cms-ver.php
@@ -1,6 +1,20 @@
|
||||
<?php
|
||||
|
||||
$versions = array(
|
||||
/*
|
||||
* 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(
|
||||
array("Wordpress", "/wp-includes/version.php", "\$wp_version ="),
|
||||
array("osCommerce", "/includes/application_top.php", "define('PROJECT_VERSION', 'osCommerce Online Merchant"),
|
||||
array("Drupal", "/modules/system/system.info", "version = "),
|
||||
|
||||
Reference in New Issue
Block a user