/[phpcompta]/phpcompta/html/admin/setup.php
ViewVC logotype

Diff of /phpcompta/html/admin/setup.php

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

revision 1.20 by sparkyx, Thu Mar 31 15:28:45 2005 UTC revision 1.21 by sparkyx, Fri Apr 1 20:18:59 2005 UTC
# Line 146  foreach (array('magic_quotes_gpc','magic Line 146  foreach (array('magic_quotes_gpc','magic
146    }    }
147    
148  }  }
149    if ( ini_get("session.auto_start") == true )  {
150            print '<h2 class="error"> session.auto_start must be set to true </h2>';
151            $flag_php++;
152    }
153  if ( ini_get("session.use_trans_sid") == false )  {  if ( ini_get("session.use_trans_sid") == false )  {
154          print '<h2 class="error"> avertissement session.use_trans_sid should be set to true </h2>';          print '<h2 class="error"> avertissement session.use_trans_sid should be set to true </h2>';
155  }  }

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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