[pLog-svn] r7107 - plog/branches/lifetype-1.2/class/net

Jon Daley plogworld at jon.limedaley.com
Thu Jan 13 17:04:59 EST 2011


I've searched through the core code, and there aren't any other SERVER 
variables to worry about, unless you can mess with REMOTE_ADDR or 
HTTP_HOST, and then some more work is probably needed to check them.

On Thu, 13 Jan 2011, jondaley at devel.lifetype.net wrote:

> Author: jondaley
> Date: 2011-01-13 16:56:25 -0500 (Thu, 13 Jan 2011)
> New Revision: 7107
>
> Modified:
>   plog/branches/lifetype-1.2/class/net/modrewriterequestgenerator.class.php
>   plog/branches/lifetype-1.2/class/net/rawrequestgenerator.class.php
> Log:
> removing old (already commented) code
>
> Modified: plog/branches/lifetype-1.2/class/net/modrewriterequestgenerator.class.php
> ===================================================================
> --- plog/branches/lifetype-1.2/class/net/modrewriterequestgenerator.class.php	2011-01-13 21:56:09 UTC (rev 7106)
> +++ plog/branches/lifetype-1.2/class/net/modrewriterequestgenerator.class.php	2011-01-13 21:56:25 UTC (rev 7107)
> @@ -229,7 +229,6 @@
>             if( $this->_blogInfo != null )
>             	$this->addParameter( "blogId", $this->_blogInfo->getId());
>
> -            //$replyCommentLink = $_SERVER["PHP_SELF"].$rg->getRequest();
>             $replyCommentLink = $this->getIndexUrl().$this->getRequest();
>
>             return $replyCommentLink;
>
> Modified: plog/branches/lifetype-1.2/class/net/rawrequestgenerator.class.php
> ===================================================================
> --- plog/branches/lifetype-1.2/class/net/rawrequestgenerator.class.php	2011-01-13 21:56:09 UTC (rev 7106)
> +++ plog/branches/lifetype-1.2/class/net/rawrequestgenerator.class.php	2011-01-13 21:56:25 UTC (rev 7107)
> @@ -92,7 +92,6 @@
>             if( $this->_blogInfo != null )
>             	$this->addParameter( "blogId", $this->_blogInfo->getId());
>
> -            //$postLink = $_SERVER["PHP_SELF"].$rg->getRequest();
>             $postLink = $this->getIndexUrl().$this->getRequest();
>
>             return $postLink;
> @@ -128,7 +127,6 @@
>              if( $this->_blogInfo != null )
>                $this->addParameter( "blogId", $this->_blogInfo->getId());
>
> -             //$categoryLink = $_SERVER["PHP_SELF"].$rg->getRequest();
>              $categoryLink = $this->getIndexUrl().$this->getRequest();
>
>              return $categoryLink;
> @@ -151,7 +149,6 @@
>             if( $this->_blogInfo != null )
>             	$this->addParameter( "blogId", $this->_blogInfo->getId());
>
> -            //$categoryLink = $_SERVER["PHP_SELF"].$rg->getRequest();
>             $categoryLink = $this->getIndexUrl().$this->getRequest();
>
>             return $categoryLink;
> @@ -265,7 +262,6 @@
>             if( $this->_blogInfo != null )
>             	$this->addParameter( "blogId", $this->_blogInfo->getId());
>
> -            //$replyCommentLink = $_SERVER["PHP_SELF"].$rg->getRequest();
>             $replyCommentLink = $this->getIndexUrl().$this->getRequest();
>
>             return $replyCommentLink;
> @@ -301,7 +297,6 @@
>             $this->addParameter( "articleId", $post->getId());
>             $this->addParameter( "blogId", $this->_blogInfo->getId());
>
> -            //$tbStatsLink = $_SERVER["PHP_SELF"].$rg->getRequest();
>             $tbStatsLink = $this->getIndexUrl().$this->getRequest();
>
>             return $tbStatsLink;
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://limedaley.com/mailman/listinfo/plog-svn
>

-- 
Jon Daley
http://jon.limedaley.com
~~
Your hot date just asked you for your URL.
   AND YOU DON'T HAVE ONE!?!?!


More information about the pLog-svn mailing list