Code Comments
Programming Forum and web based access to our favorite programming groups.wez Wed Dec 22 19:33:41 2004 EDT Modified files: /php-news-web index.php Log: HTTP HOST again http://cvs.php.net/diff.php/php-new...1.6&r2=1.7&ty=u Index: php-news-web/index.php diff -u php-news-web/index.php:1.6 php-news-web/index.php:1.7 --- php-news-web/index.php:1.6 Wed Dec 22 17:39:19 2004 +++ php-news-web/index.php Wed Dec 22 19:33:40 2004 @@ -43,8 +43,8 @@ ?> <h1>Welcome!</h1> <p>This is a completely experimental interface to the PHP mailing -lists as reflected on the <a href="news://<?php echo NNTP_HOST; ?>/"> -<?php echo NNTP_HOST; ?> NNTP server</a>.</p> +lists as reflected on the <a href="news://<?php echo $_SERVER['HTTP_HOST']; ?>/"> +<?php echo $_SERVER['HTTP_HOST']; ?> NNTP server</a>.</p> <p>There may be a little more info <a href="README">here</a>.</p> <p>The news server software that is used is also available from <a href="http://trainedmonkey.com/colobus/">here</a>.</p>
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.