/[phpcompta]/phpcompta/html/form.php
ViewVC logotype

Diff of /phpcompta/html/form.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by sparkyx, Wed Jun 22 20:28:07 2005 UTC revision 1.12 by sparkyx, Wed Jun 29 12:57:02 2005 UTC
# Line 62  if ( isset($_GET["PHPSESSID"] )) { Line 62  if ( isset($_GET["PHPSESSID"] )) {
62  if ( isset($_POST["PHPSESSID"] )) {  if ( isset($_POST["PHPSESSID"] )) {
63    $sessid=$_POST["PHPSESSID"];    $sessid=$_POST["PHPSESSID"];
64  }  }
65    if ( isset( $_REQUEST['PHPSESSID'])) {
66            $sessid = $_REQUEST['PHPSESSID'];
67    }
68    
69    
70  if ( isset ($_GET["action"]) ) {  if ( isset ($_GET["action"]) ) {
71    $action=$_GET["action"];    $action=$_GET["action"];

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26