Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/administrator/components/com_rsmembership/helpers/adapters/ |
| [Home] [System Details] [Kill Me] |
<?php
/**
* @package RSMembership!
* @copyright (c) 2009 - 2016 RSJoomla!
* @link https://www.rsjoomla.com
* @license GNU General Public License
http://www.gnu.org/licenses/gpl-3.0.en.html
*/
if (!class_exists('RSInput')) {
class RSInput {
public static function create($source=null, $filter=null) {
if (is_null($filter)) {
$filter = JFilterInput::getInstance(array(), array(), 1, 1, 0);
}
return $input = new JInput($source, array('filter' =>
$filter));
}
}
}