/[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.15 by sparkyx, Sun Feb 27 14:23:37 2005 UTC revision 1.16 by sparkyx, Sun Mar 6 15:52:56 2005 UTC
# Line 54  h2.error { Line 54  h2.error {
54  // Copyright Author Dany De Bontridder ddebontridder@yahoo.fr  // Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
55    
56  $inc_path=get_include_path();  $inc_path=get_include_path();
57  $inc_path.=':../../include';  if ( strpos($inc_path,";") != 0 ) {
58      $inc_path.=':..\..\include';
59     } else {
60      $inc_path.=':../../include';
61     }
62    
63  set_include_path($inc_path);  set_include_path($inc_path);
64    
65  include_once('constant.php');  include_once('constant.php');

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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