Вход Регистрация
Файл: concrete5.7.5.6/concrete/vendor/punic/punic/punic.php
Строк: 8
<?php

spl_autoload_register
(
    function (
$class) {
        if (
strpos($class'Punic\') !== 0) {
            return;
        }
        $file = __DIR__.DIRECTORY_SEPARATOR.'
code'.str_replace('\', DIRECTORY_SEPARATOR, substr($class, strlen('Punic'))).'.php';
        if (is_file($file)) {
            require_once $file;
        }
    }
);
Онлайн: 1
Реклама