Paperyard
log.shell.router.php
Go to the documentation of this file.
1 <?php
2 
5 
6 $app->get('/shell', Paperyard\Controllers\Misc\Shell::class);
7 
8 $app->get('/shell/{count}[/{since}]', Paperyard\Controllers\Misc\Shell::class);
$app
Definition: index.php:18