File manager - Edit - /home/jardides/www/Jardi-design/old/administrator/components/com_templateck/views/template/tmpl/ajaxremovefavorite.php
Back
<?php /** * @name Template Creator CK 3 * @package com_templateck * @copyright Copyright (C) 2013. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @author Cedric Keiflin - http://www.template-creator.com - http://www.joomlack.fr */ // No direct access to this file defined('_JEXEC') or die(); jimport('joomla.filesystem.file'); jimport('joomla.filesystem.folder'); $app = JFactory::getApplication(); $input = new JInput(); $name = $input->get('name', '', 'string'); $msg = ''; if (!JFile::delete(JPATH_ROOT . '/administrator/components/com_templateck/favorites/' . $name . '.fck3')) { $msg = JText::_('CK_ERROR_DELETING_FAVORITEFILE'); $status = 0; } else { $status = 1; } echo '{"status": "' . $status . '", "msg": "' . $msg . '"}'; exit();
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings