mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
11 lines
220 B
PHP
11 lines
220 B
PHP
<?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();
|