Merge branch 'QA_4_2'

This commit is contained in:
Marc Delisle 2014-04-30 08:31:01 -04:00
commit bc435c9978
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@ phpMyAdmin - ChangeLog
- bug #4380 Cannot display table structure with enums containing special characters
- bug #4381 Cannot remove the last remembered sorted column
- bug Correctly fetch length of user and host fields in MySQL tables
- bug #4364 examples/signon.php does not support the SessionSavePath directive
4.2.0.0 (not yet released)
+ rfe #1403 Export only triggers

View File

@ -16,6 +16,8 @@ session_set_cookie_params(0, '/', '', 0);
/* Create signon session */
$session_name = 'SignonSession';
session_name($session_name);
// Uncomment and change the following line to match your $cfg['SessionSavePath']
//session_save_path('/foobar');
session_start();
/* Was data posted? */