Server : LiteSpeed
System : Linux premium92.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User : rbnsfqys ( 805)
PHP Version : 8.1.33
Disable Function : NONE
Directory :  /home/rbnsfqys/ali.rbn.services/wp-content/plugins/Repairplugin-pro/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]


Current File : /home/rbnsfqys/ali.rbn.services/wp-content/plugins/Repairplugin-pro/cron.php
<?php

if(isset($argv) && !empty($argv) && count($argv) > 1 && $argv[1] == 'rp') {

    global $rp_cron_job;

    $rp_cron_job = 'rp';
    
    $rp_folder = dirname(__FILE__);

    $plugins_folder = dirname($rp_folder);

    $wp_content = dirname($plugins_folder);

    $wp_root = dirname($wp_content);

    $_SERVER['REQUEST_METHOD'] = 'POST';

    if(!isset($_REQUEST)) {

        $_REQUEST = array();

    }

    $_REQUEST['action'] = 'rp_send_scheduled_emails';

    $_POST = $_REQUEST;

    $_GET = $_REQUEST;

    $admin_ajax = $wp_root . str_replace(array('/', '\\'), DIRECTORY_SEPARATOR, '/wp-admin/admin-ajax.php');

    require_once $admin_ajax;

} else {

    echo 'This script is not meant to be run from the browser.';

}


F1le Man4ger