Support Incident Tracker GIT4.x
about.php File Reference

Go to the source code of this file.

Variables

 $permission = PERM_NOT_REQUIRED
 $title = $strAbout
 $about_tabs = array('about', 'thanks', 'licence')
 $seltab = clean_fixed_list($_REQUEST['tab'], $about_tabs)
 $TABI18n ['about'] = $strAbout
 $TABI18n ['thanks'] = $strThanksTo
 $TABI18n ['licence'] = $strLicense
 foreach ($about_tabs AS $tab)
 switch ($seltab)

Variable Documentation

$about_tabs = array('about', 'thanks', 'licence')

Definition at line 24 of file about.php.

$permission = PERM_NOT_REQUIRED

Definition at line 16 of file about.php.

Referenced by user_permission().

$seltab = clean_fixed_list($_REQUEST['tab'], $about_tabs)

Definition at line 27 of file about.php.

$TABI18n['licence'] = $strLicense

Definition at line 35 of file about.php.

$TABI18n['about'] = $strAbout

Definition at line 33 of file about.php.

$TABI18n['thanks'] = $strThanksTo

Definition at line 34 of file about.php.

foreach($about_tabs AS $tab)

Definition at line 37 of file about.php.

switch($seltab)

Definition at line 44 of file about.php.