0byt3m1n1
Path:
/
data
/
applications
/
aps
/
mambo
/
4.6.5-1
/
standard
/
htdocs
/
components
/
com_frontpage
/
[
Home
]
File: frontpage.php
<?php /** * @package Mambo * @subpackage Content * @author Mambo Foundation Inc see README.php * @copyright Mambo Foundation Inc. * See COPYRIGHT.php for copyright notices and details. * @license GNU/GPL Version 2, see LICENSE.php * Mambo is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; version 2 of the License. */ /** ensure this file is being included by a parent file */ defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); $lang_path = mamboCore::get('rootPath').'/language'; // code handling has been shifted into content.php require_once( $mosConfig_absolute_path .'/components/com_content/content.php' ); ?>