PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom2
/
administrator
/
components
/
com_falang
/
legacy
<?php /** * @version 3.0 * @package Joomla * @subpackage Falang * @author Stéphane Bouey * @copyright Copyright (C) 2012 Faboba * @license GNU/GPL, see LICENSE.php */ if (FALANG_J30) { class LegacyModel extends JModelLegacy {} } else { jimport( 'joomla.application.component.model' ); class LegacyModel extends JModel {} }
[+]
..
[-] controller.php
[edit]
[-] index.html
[edit]
[-] model.php
[edit]
[-] view.php
[edit]
[-] .htaccess.disabled
[edit]