Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
pgogy committed Jan 6, 2012
1 parent cea5a04 commit 77854a7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions switch.txt
Expand Up @@ -113,16 +113,13 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
}

if($authenticated){

/*
* Give the session its own session id
*/

$_SESSION['toolkits_sessionid'] = $session_id;


include $xerte_toolkits_site->php_library_path . "database_library.php";

include $xerte_toolkits_site->php_library_path . "user_library.php";

$mysql_id=database_connect("index.php database connect success","index.php database connect fail");
Expand Down

0 comments on commit 77854a7

Please sign in to comment.