1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-02-18 03:00:59 +01:00
egroupware/saml/module.php

11 lines
220 B
PHP
Raw Normal View History

<?php
/**
* This web page receives requests for web-pages hosted by modules, and directs them to
* the process() handler in the Module class.
*/
require_once('_include.php');
\SimpleSAML\Module::process()->send();