/[libdata]/branches/pear-db/global_vars.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/pear-db/global_vars.php

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

revision 49 by dpavlin, Fri Mar 5 13:42:57 2004 UTC revision 50 by dpavlin, Fri Mar 5 22:38:33 2004 UTC
# Line 9  Modified By: Paul F. Bramscher <brams006 Line 9  Modified By: Paul F. Bramscher <brams006
9  */  */
10    
11  // General globals  // General globals
12  $GLOBAL_SYS_NAME                = "LibData (v1.04-xx)";  $GLOBAL_SYS_NAME                = "LibData (v1.04-pear-db)";
13  $GLOBAL_ADMIN_NAME              = "Dobrica Pavlinusic";  $GLOBAL_ADMIN_NAME              = "Dobrica Pavlinusic";
14  $GLOBAL_ADMIN_EMAIL             = "dpavlin@mjesec.ffzg.hr";  $GLOBAL_ADMIN_EMAIL             = "dpavlin@mjesec.ffzg.hr";
15    
# Line 38  $GLOBAL_ADMIN_FOOTER           = "include/libdata Line 38  $GLOBAL_ADMIN_FOOTER           = "include/libdata
38  if (stristr($host, 'pg')) {  if (stristr($host, 'pg')) {
39          include_once("xx_pgsql.php");          include_once("xx_pgsql.php");
40          $GLOBAL_SYS_NAME .= " [pgsql]";          $GLOBAL_SYS_NAME .= " [pgsql]";
41  } else {  } elseif (stristr($host, 'my')) {
42          include_once("xx_mysql.php");          include_once("xx_mysql.php");
43          $GLOBAL_SYS_NAME .= " [mysql]";          $GLOBAL_SYS_NAME .= " [mysql]";
44    } else {
45            include_once("xx_pear_db.php");
46            $GLOBAL_SYS_NAME .= " [pear-db]";
47  }  }
48    
49  ?>  ?>

Legend:
Removed from v.49  
changed lines
  Added in v.50

  ViewVC Help
Powered by ViewVC 1.1.26