ok, can you fix there too. Why don't you go ahead and commit your code.
Reassiging to you.

** Changed in: aikiframework
     Assignee: rejon (rejon) => Christopher Adams (christopheradams)

-- 
You received this bug notification because you are a member of Aiki
Framework Developers, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/950506

Title:
  Forms.php assumes http always

Status in Aiki Framework:
  Confirmed

Bug description:
  Forms.php hard-codes an HTTP protocol. If you are running on HTTPS
  then this will make your site un-editable (in my experience, it's the
  admin site that is affected).

                $domain = $_SERVER['HTTP_HOST'];
                $path = $_SERVER['SCRIPT_NAME'];
                $queryString = $_SERVER['QUERY_STRING'];
                $thisurl = "http://"; . $domain . $path . "?" . $queryString;

To manage notifications about this bug go to:
https://bugs.launchpad.net/aikiframework/+bug/950506/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : aikiframework-devel@lists.launchpad.net
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to