1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
tcl_update_db/lib/autoloader.php

7 lines
107 B
PHP
Executable File

<?php
set_include_path(__DIR__ . PATH_SEPARATOR . get_include_path());
// PSR-4
spl_autoload_register();