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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

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