FIX install
This commit is contained in:
parent
b51d7ff972
commit
be87abf0af
12 changed files with 1180 additions and 252 deletions
|
|
@ -54,7 +54,8 @@ if ( $g_UserProperty['use_admin'] == 0 ) {
|
|||
|
||||
|
||||
// PhpSessid
|
||||
$sessid=(isset ($_POST['PHPSESSID']))?$_POST['PHPSESSID']:$_GET['PHPSESSID'];
|
||||
//$sessid=(isset ($_POST['PHPSESSID']))?$_POST['PHPSESSID']:$_GET['PHPSESSID'];
|
||||
$sessid=$_REQUEST['PHPSESSID'];
|
||||
|
||||
|
||||
// display a search box
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue