uawdijnntqw1x1x1
IP : 216.73.217.22
Hostname : webm007.cluster114.gra.hosting.ovh.net
Kernel : Linux webm007.cluster114.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
locationbo
/
www
/
libraries
/
smartslider3
/
src
/
SmartSlider3
/
Platform
/
SmartSlider3Platform.php
/
/
<?php namespace Nextend\SmartSlider3\Platform; use Nextend\Framework\Pattern\SingletonTrait; class SmartSlider3Platform { use SingletonTrait; /** * @var AbstractSmartSlider3Platform */ private static $platform; public function __construct() { self::$platform = Joomla\SmartSlider3PlatformJoomla::getInstance(); self::$platform->start(); } public static function getAdminUrl() { return self::$platform->getAdminUrl(); } public static function getAdminAjaxUrl() { return self::$platform->getAdminAjaxUrl(); } public static function getNetworkAdminUrl() { return self::$platform->getNetworkAdminUrl(); } }
/home/locationbo/www/libraries/smartslider3/src/SmartSlider3/Platform/SmartSlider3Platform.php