/[cvs]/nfo/php/libs/org.netfrag.flib/Site/ExtHttp.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.flib/Site/ExtHttp.php

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

revision 1.1 by joko, Tue Nov 12 05:42:31 2002 UTC revision 1.2 by joko, Sun Feb 9 17:41:18 2003 UTC
# Line 3  Line 3 
3  //    $Id$  //    $Id$
4  //    -------------------------------------------------------------------------  //    -------------------------------------------------------------------------
5  //    $Log$  //    $Log$
6    //    Revision 1.2  2003/02/09 17:41:18  joko
7    //    + minor update related to new log level constants
8    //
9  //    Revision 1.1  2002/11/12 05:42:31  joko  //    Revision 1.1  2002/11/12 05:42:31  joko
10  //    + initial checkin  //    + initial checkin
11  //  //
# Line 15  class Site_Http { Line 18  class Site_Http {
18    
19    function redirect($url) {    function redirect($url) {
20      //print "redir: $url<br>";      //print "redir: $url<br>";
21      $this->site->log( get_class($this) . "->redirect( url $url )", LOG_DEBUG);      $this->site->log( get_class($this) . "->redirect( url $url )", PEAR_LOG_DEBUG);
22      Header("Location: " . $url);      Header("Location: " . $url);
23      exit;      exit;
24    }    }

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

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed