3 lines
73 B
PHP
3 lines
73 B
PHP
<?php
|
|
spl_autoload_register(include __DIR__ . '/autoload_function.php');
|
<?php
|
|
spl_autoload_register(include __DIR__ . '/autoload_function.php');
|