ui adjust

This commit is contained in:
2021-04-30 09:29:51 -04:00
parent 7396aefbec
commit cc6864ae7f
4 changed files with 11 additions and 1 deletions

View File

@@ -31,3 +31,7 @@ spl_autoload_register( function( $class ) {
require $file;
}
});
//simplesaml
require_once('../simplesamlphp/lib/_autoload.php');