/[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.1 - (hide annotations)
Tue Nov 12 05:42:31 2002 UTC (21 years, 10 months ago) by joko
Branch: MAIN
+ initial checkin

1 joko 1.1 <?
2     // -------------------------------------------------------------------------
3     // $Id$
4     // -------------------------------------------------------------------------
5     // $Log$
6     // -------------------------------------------------------------------------
7    
8    
9     class Site_Http {
10    
11     var $state;
12    
13     function redirect($url) {
14     //print "redir: $url<br>";
15     $this->site->log( get_class($this) . "->redirect( url $url )", LOG_DEBUG);
16     Header("Location: " . $url);
17     exit;
18     }
19    
20     }
21    
22     ?>

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