Current Path :
/
home
/
develito
/
www
/
tmp
/
install_5ed6912857891
/
site
/
lib
/
field
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/www/tmp/install_5ed6912857891/site/lib/field/image.php
<?php /** * Visforms field image class * * @author Aicha Vack * @package Joomla.Site * @subpackage com_visforms * @link http://www.vi-solutions.de * @license GNU General Public License version 2 or later; see license.txt * @copyright 2012 vi-solutions * @since Joomla 1.6 */ // no direct access defined('_JEXEC') or die('Restricted access'); require_once(__DIR__ . '/submit.php'); class VisformsFieldImage extends VisformsFieldSubmit { }