ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
goto.php File Reference

Go to the source code of this file.

Namespaces

namespace  ilias
 redirection script todo: (a better solution should control the processing via a xml file)

Variables

 if (isset($_GET["client_id"]))
 $nav_hist = new ilNavigationHistoryGUI()
if(strpos($_GET['target'],
'purchasetypedemo')!==false)
else if(strpos($_GET['target'],
'purchasetypebuy')!==false) 
$r_pos = strpos($_GET["target"], "_")
 $rest = substr($_GET["target"], $r_pos+1)
 $target_arr = explode("_", $_GET["target"])
 $target_type = $target_arr[0]
 $target_id = $target_arr[1]
 $target_ref_id = $target_arr[2]

Variable Documentation

$nav_hist = new ilNavigationHistoryGUI()

Definition at line 46 of file goto.php.

Referenced by ilMainMenuGUI\setTemplateVars().

if (strpos($_GET['target'], 'purchasetypedemo')!==false) else if (strpos($_GET['target'], 'purchasetypebuy')!==false) $r_pos = strpos($_GET["target"], "_")

Definition at line 62 of file goto.php.

if(isset($_GET["client_id"]))

Definition at line 21 of file goto.php.