????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 18.117.121.244 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/www.astacus.se/wp-content/plugins/Temp-Hold/wordfence/lib/ |
Upload File : |
<?php define('WORDFENCE_API_VERSION', '2.23'); define('WORDFENCE_API_URL_SEC', 'https://noc1.wordfence.com/'); define('WORDFENCE_API_URL_NONSEC', 'http://noc1.wordfence.com/'); define('WORDFENCE_API_URL_BASE_SEC', WORDFENCE_API_URL_SEC . 'v' . WORDFENCE_API_VERSION . '/'); define('WORDFENCE_API_URL_BASE_NONSEC', WORDFENCE_API_URL_NONSEC . 'v' . WORDFENCE_API_VERSION . '/'); define('WORDFENCE_HACKATTEMPT_URL', 'http://noc3.wordfence.com/'); define('WORDFENCE_MAX_SCAN_LOCK_TIME', 86400); //Increased this from 10 mins to 1 day because very big scans run for a long time. Users can use kill. define('WORDFENCE_DEFAULT_MAX_SCAN_TIME', 10800); define('WORDFENCE_TRANSIENTS_TIMEOUT', 3600); //how long are items cached in seconds e.g. files downloaded for diffing define('WORDFENCE_MAX_IPLOC_AGE', 86400); //1 day define('WORDFENCE_CRAWLER_VERIFY_CACHE_TIME', 604800); define('WORDFENCE_REVERSE_LOOKUP_CACHE_TIME', 86400); define('WORDFENCE_MAX_FILE_SIZE_TO_PROCESS', 52428800); //50 megs define('WORDFENCE_TWO_FACTOR_GRACE_TIME_AUTHENTICATOR', 90); define('WORDFENCE_TWO_FACTOR_GRACE_TIME_PHONE', 1800); if (!defined('WORDFENCE_DISABLE_LIVE_TRAFFIC')) { define('WORDFENCE_DISABLE_LIVE_TRAFFIC', false); } if (!defined('WORDFENCE_SCAN_ISSUES_PER_PAGE')) { define('WORDFENCE_SCAN_ISSUES_PER_PAGE', 100); } if (!defined('WORDFENCE_BLOCKED_IPS_PER_PAGE')) { define('WORDFENCE_BLOCKED_IPS_PER_PAGE', 100); } if (!defined('WORDFENCE_DISABLE_FILE_VIEWER')) { define('WORDFENCE_DISABLE_FILE_VIEWER', false); } if (!defined('WORDFENCE_SCAN_FAILURE_THRESHOLD')) { define('WORDFENCE_SCAN_FAILURE_THRESHOLD', 300); } ?>