GET variables (the call of the form index.php?var_name=value )
- index.php?regenerate_config=1 -> include/core/config.mysql.inc.php -> Regenerates the session with configuration data from the database.
- index.php?language=ro -> include/config.inc.php -> Change site language
- index.php?tpl_name=template_name -> Change site template
- index.php?action=update -> include/update.inc.php -> Check for update
- index.php?m=controller_name -> include/controllers/controller_name.php (via kml.inc.php)
- index.php?m=controller_name&action=action_name -> Get controller_name and run action_name from him
- index.php?p=page_name -> include/controllers/content.php and get page_name from data base (via kml.inc.php)
- index.php?c=addon_name -> content/addon_name.php (via kml.inc.php)
- index.php?c=addon_name&action=action_name -> Get addon_name and run action_name from him
- index.php?cache=true -> Get from cache
- index.php?cache=false -> Skip cache and load page/module or add-on