home
/
zktecojo
/
public_html
/
vendor
/
d11wtq
/
boris
/
lib
➕ New
📤 Upload
✎ Editing:
autoload.php
← Back
<?php /* vim: set shiftwidth=2 expandtab softtabstop=2: */ /** * Custom autoloader for non-composer installations. */ spl_autoload_register(function($class) { if ($class[0] == '\\') { $class = substr($class, 1); } $path = sprintf('%s/%s.php', __DIR__, implode('/', explode('\\', $class))); if (is_file($path)) { require_once($path); } });
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel