PATH:
home
/
sparklp6
/
public_html
/
sparklerfilters-org
/
components
/
com_j2store
<?php /** * @package J2Store * @copyright Copyright (c)2014-17 Ramesh Elamathi / J2Store.org * @license GNU GPL v3 or later */ // No direct access to this file defined ( '_JEXEC' ) or die (); // Load FOF // Include F0F if(!defined('F0F_INCLUDED')) { require_once JPATH_LIBRARIES . '/f0f/include.php'; } if(!defined('F0F_INCLUDED')) { ?> <h2>Incomplete installation detected</h2> <?php } if(!class_exists('J2StoreStrapper')){ require_once (JPATH_ADMINISTRATOR.'/components/com_j2store/helpers/strapper.php'); } J2StoreStrapper::addJS(); J2StoreStrapper::addCSS(); F0FDispatcher::getTmpInstance('com_j2store')->dispatch(); ?>
[+]
models
[-] j2store.php
[edit]
[+]
views
[-] index.html
[edit]
[-] .htaccess
[edit]
[+]
controllers
[-] router.php
[edit]
[-] index.php
[edit]
[+]
templates
[+]
..