PATH:
home
/
lab2454c
/
incforce.com
/
wp-content
/
plugins
/
smart-slider-3
/
Nextend
/
Framework
/
Form
/
Base
<?php namespace Nextend\Framework\Form\Base; class PlatformFormBase { public function tokenize() { return ''; } public function tokenizeUrl() { return ''; } public function checkToken() { return true; } }
[+]
..
[-] PlatformFormBase.php
[edit]