diff --git a/CodeCorner1.md b/CodeCorner1.md index 7c0761e..660418e 100644 --- a/CodeCorner1.md +++ b/CodeCorner1.md @@ -99,7 +99,7 @@ $GLOBALS['egw_info'] = array('flags' => array( include('../header.inc.php'); //Your content…. -echo "Hello World!"; +echo "Hello World!
"; // display some debug content $userinfo=$GLOBALS['egw_info']['user']; @@ -122,16 +122,40 @@ We provided only the starting ``` kl - [last_domain] => default - [ZDEDebuggerPresent] => php,phtml,php3 - [sessionid] => 4714244cc683c6292e5b952273abb048 - [kp3] => 20b9f6fea8a0f6d2d8e99aca3d3b977a +Array +( + [account_firstname] => me + [account_lastname] => here + [account_email] => me@here.net + [account_fullname] => me here + [person_id] => 2 + [account_created] => + [account_modified] => 1352109561 + [account_phone] => + [account_id] => 5 + [account_lid] => me + [account_pwd] => {crypt}aadggggh$/hGtttttttttttttTTTTTTTTerTTZU$zUUUUkkkkkkkZZZZZ + [account_lastlogin] => 1464702940 + [account_lastloginfrom] => 10.0.0.1 + [account_lastpwd_change] => 1415695640 + [account_status] => A + [account_expires] => -1 + [account_type] => u + [account_primary_group] => -2 + [account_challenge] => + [account_response] => + [account_description] => + [homedirectory] => [domain] => default -``` + [sessionid] => 1k3254c7l1iab9j66q75kaune1 + [kp3] => AhJ87BRxVMNpGuMFESTVLBsW + [session_ip] => 10.44.33.94 + [session_lid] => me@default + [userid] => me +)``` *** If you loose your sessionid you loose connection to eGroupware, or to put it straight: eGroupware throws you out.