Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
application
/
third_party
/
phpmailer
/
test
:
bootstrap.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php require_once 'vendor/autoload.php'; spl_autoload_register(function ($class) { require_once strtr($class, '\\_', '//').'.php'; });