Dec 20th, 2010, 11:12 AM
Ok, so I admit I haven't learned PHP yet and I'm baffled that the index.php code can generate the admin login page to FormTools.
In the source code of the login page, the form code reads:
Is there anyway I can get the action URL to be absolute? I'd like to have it read the entire URL using the HTTPS protocol.
Thanks!
Brandon
In the source code of the login page, the form code reads:
Code:
<form name="login" action="/formtools/index.php" method="post">
Is there anyway I can get the action URL to be absolute? I'd like to have it read the entire URL using the HTTPS protocol.
Thanks!
Brandon