Вот что внутри у php файлов. Это ошибка в установке или так и должно быть? На самом деле их не 2, но они повторяются в нескольких директориях, просто одинаковые. Один я так понимаю Joomla второй Viruemart(2 файла):
1 файл: <?php
if( !defined( '_VALID_MOS' ) && !defined( '_JEXEC' ) ) {
die( 'Direct Access to '.basename(__FILE__).' is not allowed.' );
}
/**
*
* @version $Id: TODO.php 1055 2007-11-26 18:28:48Z thepisu $
* @package VirtueMart
* @subpackage core
* @copyright Copyright (C) 2004-2007 soeren - All rights reserved.
* @license
www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* VirtueMart is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See /administrator/components/com_virtuemart/COPYRIGHT.php for copyright notices and details.
*
*
virtuemart.net
*/
?>
<pre>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VirtueMart To-Do List
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Know Bugs
##################
See Bugtracker:
dev.virtuemart.net/cb/proj/tracker.do?proj_id=1
FEATURES TO BE IMPLEMENTED
############################
* XML - Product Data Import/Export
* XML - Order Data Import/Export
* make Orders changeable afterwards
* bulk update of order statuses
* send Notification on new reviews
* send Notifications to customer + store owner (config option)
* Shipping Rate per Product
* "Compare Products"
* Tool to Remove all Products
* Add Discount on *all* Products
* Discount for Cart Total (> $100 = 1% discount...)
* Tool to Remove Orphan Images
* Gift- / Wish - List
* allow "Send as Gift" with individual Text on Order
* Modular Checkout
* Changeable Registration Form
- allow Declaration of new Fields
- make Fields reorderable
- make Fields required / not required
- switch Shopper Group including / excluding tax
General to-do
##################
* improve performance
- Reduce Numbers of SQL Queries
- Remove doubled function calls
* XHTML - Compliance, make it Barrier-free
* clean up checkout
</pre>
2 файл: /**
* @version 1.5 stable $Id: TODO.php 183 2009-11-18 10:30:48Z vistamedia $
* @package Joomla
* @subpackage FLEXIcontent
* @copyright (C) 2009 Emmanuel Danan -
www.vistamedia.fr
* @license GNU/GPL v2
*
* FLEXIcontent is a derivative work of the excellent QuickFAQ component
* @copyright (C) 2008 Christoph Lukes
* see
www.schlu.net for more information
*
* FLEXIcontent is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
################################################################################################
TODO
Fields (vistamedia)
+ Create a field alias system to allows multiple behaviour for a same field
+ Copy fields
+ Allow to filter by core fields (author, reviser, category, tag)
Frontend publishing
+ The frontend publication system for non article types
+ The frontend editing
Trash & Archive - Expired items
^ transform archive view to add a trash system for the items
Item (backend)
+ Implement the notification feature
Versioning (enjoyman)
+ Add a diff engine for versioning
+ Remove version feature
+ Paginate version list
+ Remove core field from versions table and improve the restore procedure
+ Add the version comments
^ the position of the version panel for better ergonomy???
Categories (enjoyman)
+ Copy categories feature
+ Import category list
+ Use phpThumb for category image management
+ Upload facilities for category images
Filemanager (vistamedia)
+ File import parameter to recurse through sub-directories
Global configuration
+ Create a complete tabbed configuration screen for a better organisation
Cache system (vistamedia)
+ Add new selective layers to improve performance
3 файл: