/[corp_html]/wap.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 /wap.php

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

revision 1.2 by dpavlin, Thu Mar 1 07:12:34 2001 UTC revision 1.3 by dpavlin, Thu Mar 1 09:02:03 2001 UTC
# Line 3  Line 3 
3  require("Smarty.class.php");  require("Smarty.class.php");
4    
5  $accept=strtolower($HTTP_ACCEPT);  $accept=strtolower($HTTP_ACCEPT);
6  if (strstr($accept,"text/vnd.wap.wml") || strttr($accept,"hdml;version=3.0")) {  if (strstr($accept,"text/vnd.wap.wml") || strstr($accept,"hdml;version=3.0")) {
7    
8  global $WAP;  global $WAP;
9  $WAP=1;  $WAP=1;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.26