File manager - Edit - /home/opticamezl/www/newok/plugins/system/web357framework/elements/elements_helper.php
Back
<?php /* ====================================================== # Web357 Framework for Joomla! - v2.0.0 (free version) # ------------------------------------------------------- # For Joomla! CMS (v4.x) # Author: Web357 (Yiannis Christodoulou) # Copyright: (©) 2014-2024 Web357. All rights reserved. # License: GNU/GPLv3, https://www.gnu.org/licenses/gpl-3.0.html # Website: https://www.web357.com # Support: support@web357.com # Last modified: Monday 27 October 2025, 03:04:38 PM ========================================================= */ defined('_JEXEC') or die; use Joomla\CMS\Factory; use Joomla\CMS\Uri\Uri; // Autoload require_once(__DIR__.'/../autoload.php'); // CSS Factory::getDocument()->addStyleSheet(URI::root(true).'/media/plg_system_web357framework/css/style.min.css?v=20251027150438'); // BEGIN: Loading plugin language file $lang = Factory::getLanguage(); $current_lang_tag = $lang->getTag(); $lang = Factory::getLanguage(); $extension = 'plg_system_web357framework'; $base_dir = JPATH_ADMINISTRATOR; $language_tag = (!empty($current_lang_tag)) ? $current_lang_tag : 'en-GB'; $reload = true; $lang->load($extension, $base_dir, $language_tag, $reload); // END: Loading plugin language file // Check if extension=php_curl.dll is enabled in PHP function isCurl(){ if (function_exists('curl_version')): return true; else: return false; endif; } // Check if allow_url_fopen is enabled in PHP function allowUrlFopen(){ if(ini_get('allow_url_fopen')): return true; else: return false; endif; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings