![]() |
FOSSology
4.5.1
Open Source License Compliance by Open Source Software
|
This is the main guts of the UI: Find the plugin and run it. More...
Go to the source code of this file.
Variables | |
| if(! isset($_SESSION)) | $startTime = microtime(true) |
| $PG_CONN = 0 | |
| $SysConf = bootstrap() | |
| global | $container |
| $timingLogger = $container->get("log.timing") | |
| $loader = $container->get('twig.loader') | |
| $plugin = plugin_find(GetParm("mod", PARM_STRING) ?: HomePage::NAME) | |
| if($plugin) | else |
| $errorText = _("Module unavailable or your login session timed out.") | |
| $errorText< P/> | |
| $linkText = _("Click here to continue.") | |
| print< a href=\"$linkUri\"> | $linkText</a > |
| return | |
This is the main guts of the UI: Find the plugin and run it.
Definition in file index.php.
| if ( $plugin) else |