DataObjects/Person.php
authorAlan Knowles <alan@roojs.com>
Sat, 8 Oct 2011 01:06:06 +0000 (09:06 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 8 Oct 2011 01:06:06 +0000 (09:06 +0800)
DataObjects/Person.php

index ba2b9e1..aaae299 100644 (file)
@@ -55,6 +55,7 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
             }
         }
         
+        // should handle x-forwarded...
         $content->HTTP_HOST = isset($_SERVER["HTTP_HOST"]) ? $_SERVER["HTTP_HOST"] :
             (isset($ff->HTTP_HOST) ? $ff->HTTP_HOST : 'localhost');