/[corp_html]/inc/conn.inc
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /inc/conn.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Wed Feb 28 09:48:31 2001 UTC (23 years, 2 months ago) by dpavlin
Branch: MAIN
Changes since 1.1: +5 -0 lines
kozmetičke promjene

1 dpavlin 1.1 <?
2     require('class.DBI');
3     $db="corp";
4     $dbh = new DBI("dbi:pg:$db","dpavlin","");
5    
6 dpavlin 1.2 if (!$WAP && strstr(strtolower($HTTP_ACCEPT), "text/vnd.wap.wml")) {
7     Header("Location: wap.php");
8     exit;
9     }
10    
11 dpavlin 1.1 ?>

  ViewVC Help
Powered by ViewVC 1.1.26