PATH:
home
/
lab2454c
/
sothebankuab.com
/
dup-installer
/
lib
/
dup_archive
/
classes
<?php defined('ABSPATH') || defined('DUPXABSPATH') || exit; /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ 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; } }
[+]
states
[-] index.php
[edit]
[+]
..
[-] class.duparchive.engine.php
[edit]
[+]
processors
[-] class.duparchive.processing.failure.php
[edit]
[+]
util
[-] class.duparchive.constants.php
[edit]
[+]
headers
[-] class.duparchive.loggerbase.php
[edit]
[-] class.duparchive.mini.expander.php
[edit]