Current Path :
/
home
/
develito
/
public_html
/
plugins
/
system
/
nnframework
/
helpers
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/public_html/plugins/system/nnframework/helpers/string.php
<?php /** * @package NoNumber Framework * @version 19.9.15966 * * @author Peter van Westen <info@regularlabs.com> * @link http://www.regularlabs.com * @copyright Copyright © 2019 Regular Labs All Rights Reserved * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL */ defined('_JEXEC') or die; jimport('joomla.string.string'); abstract class NNString extends JString { }