fix WS
This commit is contained in:
parent
baf6997e4b
commit
7fab5be555
|
@ -19,7 +19,7 @@ spl_autoload_register(function($class) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
} elseif (0 === strpos($class, 'ass\XmlSecurity\\')) {
|
} elseif (0 === strpos($class, 'ass\XmlSecurity\\')) {
|
||||||
$path = __DIR__.'/../vendor/XmlSecurity/src/'.strtr($class, '\\', '/').'.php';
|
$path = __DIR__.'/../vendor/XmlSecurity/src/'.strtr($class, '\\', '/').'.php';
|
||||||
if (file_exists($path) && is_readable($path)) {
|
if (file_exists($path) && is_readable($path)) {
|
||||||
require_once $path;
|
require_once $path;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue