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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Sun Feb 9 17:41:18 2003 UTC (21 years, 6 months ago) by joko
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +6 -3 lines
+ minor update related to new log level constants

1 joko 1.1 <?
2     // -------------------------------------------------------------------------
3 joko 1.2 // $Id: ExtHttp.php,v 1.1 2002/11/12 05:42:31 joko Exp $
4 joko 1.1 // -------------------------------------------------------------------------
5 joko 1.2 // $Log: ExtHttp.php,v $
6     // Revision 1.1 2002/11/12 05:42:31 joko
7     // + initial checkin
8     //
9 joko 1.1 // -------------------------------------------------------------------------
10    
11    
12     class Site_Http {
13    
14     var $state;
15    
16     function redirect($url) {
17     //print "redir: $url<br>";
18 joko 1.2 $this->site->log( get_class($this) . "->redirect( url $url )", PEAR_LOG_DEBUG);
19 joko 1.1 Header("Location: " . $url);
20     exit;
21     }
22    
23     }
24    
25     ?>

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