FOSSology  4.4.0
Open Source License Compliance by Open Source Software
index.php File Reference

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.")
 
print $errorText< P/>
 
 $linkText = _("Click here to continue.")
 
print< a href=\"$linkUri\"> $linkText</a >
 
 return
 

Detailed Description

This is the main guts of the UI: Find the plugin and run it.

Definition in file index.php.

Variable Documentation

◆ else

if ( $plugin) else
Initial value:
{
$linkUri = Traceback_uri() . "?mod=auth"
Traceback_uri()
Get the URI without query to this location.
Definition: common-parm.php:97

Definition at line 55 of file index.php.