Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web236/html/tmp/install_5a60ec68ac36d/libraries/phocagallery/file/ |
Current File : //var/www/web236/html/tmp/install_5a60ec68ac36d/libraries/phocagallery/file/fileuploadsingle.php |
<?php /** * @package Phoca Gallery * @author Jan Pavelka - https://www.phoca.cz * @copyright Copyright (C) Jan Pavelka https://www.phoca.cz * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 and later * @cms Joomla * @copyright Copyright (C) Open Source Matters. All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php */ defined( '_JEXEC' ) or die( 'Restricted access' ); class PhocaGalleryFileUploadSingle { public $tab = ''; public $returnUrl = ''; public function __construct() {} public function getSingleUploadHTML( $frontEnd = 0) { if ($frontEnd == 1) { $html = '<input type="hidden" name="controller" value="category" />' .'<input type="hidden" name="tab" value="'.$this->tab.'" />'; } else { $html = '<input type="file" id="sfile-upload" name="Filedata" />' //.'<input type="submit" id="sfile-upload-submit" value="'.JText::_('COM_PHOCAGALLERY_START_UPLOAD').'"/>' .'<button class="btn btn-primary" id="upload-submit"><i class="icon-upload icon-white"></i> '.JText::_('COM_PHOCAGALLERY_START_UPLOAD').'</button>' .'<input type="hidden" name="return-url" value="'. base64_encode($this->returnUrl).'" />' .'<input type="hidden" name="tab" value="'.$this->tab.'" />'; } return $html; } } ?>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare