uawdijnntqw1x1x1
IP : 216.73.216.237
Hostname : webd009.cluster130.gra.hosting.ovh.net
Kernel : Linux webd009.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
pressec
/
www
/
ads--temp-pour-eviter-les-spams
/
lib
/
xajax
/
lib
/
..
/
.
/
..
/
OA
/
Admin
/
TemplatePlugin.php
/
/
<?php /* +---------------------------------------------------------------------------+ | Revive Adserver | | http://www.revive-adserver.com | | | | Copyright: See the COPYRIGHT.txt file. | | License: GPLv2 or later, see the LICENSE.txt file. | +---------------------------------------------------------------------------+ */ if(!defined('SMARTY_DIR')) { define('SMARTY_DIR', MAX_PATH . '/lib/smarty/'); } require_once MAX_PATH . '/lib/smarty/Smarty.class.php'; require_once MAX_PATH . '/lib/OA/Dll.php'; require_once MAX_PATH . '/lib/pear/Date.php'; /** * A UI templating class. * * @package OpenadsAdmin */ class OA_Plugin_Template extends OA_Admin_Template { /** * @var string */ var $templateName; /** * @var string */ var $cacheId; /** * @var int */ var $_tabIndex = 0; function __construct($templateName, $adminGroupName) { $this->init($templateName, $adminGroupName); } function init($templateName, $adminGroupName) { parent::init($templateName); //since previous version was using relative path and $adminGroupName was //ignored (and thus could be incorect and cannot be relied on), for backward compatibility check if absolute path is correct //if not use relative one $pluginBaseDir = $this->get_template_vars('pluginBaseDir'); //with trailing / $pluginTemplateDir = $this->get_template_vars('pluginTemplateDir'); //with trailing / $absoluteTemplateDir = $pluginBaseDir.$adminGroupName.$pluginTemplateDir; $this->template_dir = is_dir($absoluteTemplateDir) ? $absoluteTemplateDir : $pluginTemplateDir; } } ?>
/home/pressec/www/ads--temp-pour-eviter-les-spams/lib/xajax/lib/.././../OA/Admin/TemplatePlugin.php