📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 15:36:38
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
public_html
📍 /home/orkouolp/web/testing.orkobd/public_html
🔄 Refresh
✏️
Editing: index.php
Writable
<?php use Illuminate\Http\Request; define('LARAVEL_START', microtime(true)); // Determine if the application is in maintenance mode... if (file_exists($maintenance = __DIR__.'/../laravel/storage/framework/maintenance.php')) { require $maintenance; } // Register the Composer autoloader... require __DIR__.'/../laravel/vendor/autoload.php'; // Bootstrap Laravel and handle the request... (require_once __DIR__.'/../laravel/bootstrap/app.php') ->handleRequest(Request::capture());
💾 Save Changes
❌ Cancel