Current Path :
/
home
/
develito
/
public_html
/
components
/
com_docstation
/
models
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/public_html/components/com_docstation/models/document.php
<?php /** * @package DocStation * @subpackage com_docstation * * @copyright Copyright (C) 2013 - 2014 Mikhail Meschangin. All rights reserved. * @license GNU General Public License version 2. http://www.gnu.org/licenses/gpl-2.0.html */ // No direct access to this file defined('_JEXEC') or die('Restricted access'); // Base this model on the backend version. require_once JPATH_COMPONENT_ADMINISTRATOR.'/models/document.php';