403Webshell
Server IP : 104.21.14.103  /  Your IP : 3.139.98.0
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/lib/dup_archive/classes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/giankuin/khowordpress.com/wp-content/plugins/duplicator-pro/lib/dup_archive/classes/class.duparchive.constants.php
<?php
/**
 *
 * Standard: PSR-2
 * @link http://www.php-fig.org/psr/psr-2
 *
 * @package dup_archive
 * @copyright (c) year, Snapcreek LLC
 * @license	https://opensource.org/licenses/GPL-3.0 GNU Public License
 *
 */
defined('ABSPATH') || defined('DUPXABSPATH') || exit;

if (!class_exists('DupArchiveConstants')) {

    class DupArchiveConstants
    {

        public static $DARoot;
        public static $LibRoot;
        public static $MaxFilesizeForHashing;

        public static function init()
        {
            self::$LibRoot               = dirname(__FILE__).'/../../';
            self::$DARoot                = dirname(__FILE__).'/../';
            self::$MaxFilesizeForHashing = 1000000000;
        }
    }
    DupArchiveConstants::init();
}

if (!class_exists('DupArchiveExceptionCodes')) {

    class DupArchiveExceptionCodes
    {

        const NonFatal = 0;
        const Fatal    = 1;

    }
}


Youez - 2016 - github.com/yon3zu
LinuXploit