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.217.69
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
pilasate /
amus.pilasatech.net /
amus /
public /
Delete
Unzip
Name
Size
Permission
Date
Action
D:\Projects\Final Projects\Amus\antweb-backend\storage\framework\views
[ DIR ]
drwxr-xr-x
2026-06-30 01:29
D:\Projects\Final Projects\Amus\antweb-backend\storage\logs
[ DIR ]
drwxr-xr-x
2026-06-30 01:29
assets
[ DIR ]
drwxr-xr-x
2026-04-14 06:27
storage
[ DIR ]
drwxr-xr-x
2026-04-14 06:27
storage_old
[ DIR ]
drwxr-xr-x
2026-04-14 06:27
wp
[ DIR ]
dr-xr-xr-x
2026-07-20 08:10
.htaccess
237
B
-r-xr-xr-x
2026-07-20 08:10
favicon.ico
0
B
-rw-rw-rw-
2022-07-13 03:57
index.php
1.67
KB
-rw-rw-rw-
2022-07-13 03:57
robots.txt
24
B
-rw-rw-rw-
2022-07-13 03:57
Save
Rename
<?php use Illuminate\Contracts\Http\Kernel; use Illuminate\Http\Request; define('LARAVEL_START', microtime(true)); /* |-------------------------------------------------------------------------- | Check If The Application Is Under Maintenance |-------------------------------------------------------------------------- | | If the application is in maintenance / demo mode via the "down" command | we will load this file so that any pre-rendered content can be shown | instead of starting the framework, which could cause an exception. | */ if (file_exists($maintenance = __DIR__.'/../storage/framework/maintenance.php')) { require $maintenance; } /* |-------------------------------------------------------------------------- | Register The Auto Loader |-------------------------------------------------------------------------- | | Composer provides a convenient, automatically generated class loader for | this application. We just need to utilize it! We'll simply require it | into the script here so we don't need to manually load our classes. | */ require __DIR__.'/../vendor/autoload.php'; /* |-------------------------------------------------------------------------- | Run The Application |-------------------------------------------------------------------------- | | Once we have the application, we can handle the incoming request using | the application's HTTP kernel. Then, we will send the response back | to this client's browser, allowing them to enjoy our application. | */ $app = require_once __DIR__.'/../bootstrap/app.php'; $kernel = $app->make(Kernel::class); $response = $kernel->handle( $request = Request::capture() )->send(); $kernel->terminate($request, $response);