Skip to content
Snippets Groups Projects
module.php 220 B
Newer Older
/**
 * This web page receives requests for web-pages hosted by modules, and directs them to
 * the process() handler in the Module class.
Tim van Dijen's avatar
Tim van Dijen committed

require_once('_include.php');

\SimpleSAML\Module::process()->send();