added header

This commit is contained in:
Palma Solutions LTD
2018-05-05 17:51:18 +02:00
parent b5bf3e8c20
commit 9acf3eee8f

View File

@@ -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 = "),