uawdijnntqw1x1x1
IP : 216.73.216.242
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
/
..
/
.
/
www
/
ads--temp-pour-eviter-les-spams
/
scripts
/
maintenance
/
maintenance.php
/
/
#!/usr/bin/php -q <?php /* +---------------------------------------------------------------------------+ | Revive Adserver | | http://www.revive-adserver.com | | | | Copyright: See the COPYRIGHT.txt file. | | License: GPLv2 or later, see the LICENSE.txt file. | +---------------------------------------------------------------------------+ */ /** * A script file to run the Maintenance Statistics Engine and the * Maintenance Priority Engine processes. * * @package OpenXMaintenance * @subpackage Tools */ // Set the current path // Done this way so that it works in CLI PHP $path = dirname(__FILE__); // Require the timezone class, and get the system timezone, // storing in a global variable global $serverTimezone; require_once $path . '/../../lib/OX/Admin/Timezones.php'; $serverTimezone = OX_Admin_Timezones::getTimezone(); // Require the initialisation file require_once $path . '/../../init.php'; // Set longer time out, and ignore user abort if (!ini_get('safe_mode')) { @set_time_limit($conf['maintenance']['timeLimitScripts']); @ignore_user_abort(true); } // Required files require_once RV_PATH . '/lib/RV.php'; require_once MAX_PATH . '/lib/Max.php'; require_once OX_PATH . '/lib/OX.php'; require_once LIB_PATH . '/Maintenance.php'; $oMaint = new OX_Maintenance(); $oMaint->run(); // Update scheduled maintenance last run record $oMaint->updateLastRun(true); ?>
/home/pressec/www/.././www/ads--temp-pour-eviter-les-spams/scripts/maintenance/maintenance.php