uawdijnntqw1x1x1
IP : 216.73.216.2
Hostname : webm041.cluster026.gra.hosting.ovh.net
Kernel : Linux webm041.cluster026.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
.
/
monikamovk
/
.
/
www
/
.
/
wp-content
/
plugins
/
nextgen-gallery
/
src
/
.
/
Admin
/
Notifications
/
Wrapper.php
/
/
<?php namespace Imagely\NGG\Admin\Notifications; class Wrapper { public $_name; public $_data; public function __construct( $name, $data ) { $this->_name = $name; $this->_data = $data; } public function is_renderable() { return true; } public function is_dismissable() { return true; } public function render() { return $this->_data['message']; } }
/home/./monikamovk/./www/./wp-content/plugins/nextgen-gallery/src/./Admin/Notifications/Wrapper.php