/[libdata]/branches/pear-db/include/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/include/global_vars.php

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

revision 80 by dpavlin, Thu Mar 18 22:20:55 2004 UTC revision 81 by dpavlin, Thu Mar 18 22:56:02 2004 UTC
# Line 20  $path = "/"; Line 20  $path = "/";
20  # assume that it's alias installation (see etc/httpd-alias.conf)  # assume that it's alias installation (see etc/httpd-alias.conf)
21  # with url http://host/libdata-dev/  # with url http://host/libdata-dev/
22  if (! stristr($host, "libdata")) {  if (! stristr($host, "libdata")) {
23          $path = dirname($_SERVER["SCRIPT_URL"]);          $path = str_replace("/admin","/",dirname($_SERVER["SCRIPT_URL"]));
24  }  }
25    
26  // URL path information  // URL path information

Legend:
Removed from v.80  
changed lines
  Added in v.81

  ViewVC Help
Powered by ViewVC 1.1.26