ヤミRoot VoidGate
User / IP
:
216.73.216.143
Host / Server
:
146.88.233.70 / dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
itrave
/
api
/
vendor
/
symfony
/
polyfill-apcu
/
Viewing: bootstrap.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ use Symfony\Polyfill\Apcu as p; if (!extension_loaded('apc') && !extension_loaded('apcu')) { return; } if (!function_exists('apcu_add')) { if (extension_loaded('Zend Data Cache')) { function apcu_add($key, $var = null, $ttl = 0) { return p\Apcu::apcu_add($key, $var, $ttl); } function apcu_delete($key) { return p\Apcu::apcu_delete($key); } function apcu_exists($keys) { return p\Apcu::apcu_exists($keys); } function apcu_fetch($key, &$success = null) { return p\Apcu::apcu_fetch($key, $success); } function apcu_store($key, $var = null, $ttl = 0) { return p\Apcu::apcu_store($key, $var, $ttl); } } else { function apcu_add($key, $var = null, $ttl = 0) { return apc_add($key, $var, $ttl); } function apcu_delete($key) { return apc_delete($key); } function apcu_exists($keys) { return apc_exists($keys); } function apcu_fetch($key, &$success = null) { return apc_fetch($key, $success); } function apcu_store($key, $var = null, $ttl = 0) { return apc_store($key, $var, $ttl); } } function apcu_cache_info($limited = false) { return apc_cache_info('user', $limited); } function apcu_cas($key, $old, $new) { return apc_cas($key, $old, $new); } function apcu_clear_cache() { return apc_clear_cache('user'); } function apcu_dec($key, $step = 1, &$success = false) { return apc_dec($key, $step, $success); } function apcu_inc($key, $step = 1, &$success = false) { return apc_inc($key, $step, $success); } function apcu_sma_info($limited = false) { return apc_sma_info($limited); } } if (!class_exists('APCUIterator', false) && class_exists('APCIterator', false)) { class APCUIterator extends APCIterator { public function __construct($search = null, $format = APC_ITER_ALL, $chunk_size = 100, $list = APC_LIST_ACTIVE) { parent::__construct('user', $search, $format, $chunk_size, $list); } } }
Coded With 💗 by
0x6ick