| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/GXMainComponents/Shared/ |
Upload File : |
<?php
/* --------------------------------------------------------------
FrontendFilenamesProvider.inc.php 2017-05-31
Gambio GmbH
http://www.gambio.de
Copyright (c) 2017 Gambio GmbH
Released under the GNU General Public License (Version 2)
[http://www.gnu.org/licenses/gpl-2.0.html]
--------------------------------------------------------------
*/
/**
* Class FrontendFilenamesProvider
*
* @category System
* @package Shared
*/
class FrontendFilenamesProvider
{
/**
* Returns a list of files supporting forced redirection to urls with language code
* (used in includes/application_top.php)
*
* @return array
*/
public static function getFilenames()
{
return [
'account.php',
'account_edit.php',
'account_history.php',
'account_history_info.php',
'account_password.php',
'address_book.php',
'address_book_process.php',
'advanced_search.php',
'advanced_search_result.php',
'create_account.php',
'create_guest_account.php',
'gm_account_delete.php',
'gm_price_offer.php',
'gv_redeem.php',
'gv_send.php',
'index.php',
'login.php',
'logoff.php',
'media_content.php',
'newsletter.php',
'password_double_opt.php',
'print_product_info.php',
'product_info.php',
'product_reviews.php',
'product_reviews_info.php',
'product_reviews_write.php',
'products_new.php',
'reviews.php',
'shop.php',
'shop_content.php',
'shopping_cart.php',
'specials.php',
'wish_list.php',
'withdrawal.php'
];
}
}