Browser caching caused some installations of HumanAuth to display old
images. This caused the page to show you the wrong images and ask you to
choose which ones were right. The only way to have gotten around it was to
read the text.
This forum has the code snippets for those who are experiencing the problem
since it may get reported as a bug.
If you open the original file called index.php in the root of the project
from SourceForge you will see code that looks similar to this attachment.
All that we did to fix the issue is add &time=<?=time();?> to the end of
each of the img src tags.
So...
http://<?=$_SERVER['HTTP_HOST']?>/ha/humanauth.image.php?id=6
Becomes...
http://<?=$_SERVER['HTTP_HOST']?>/ha/humanauth.image.php?id=6&time=<?=time(
);?>
- Gigoit Support Staff
Nobody/Anonymous
Interface (example)
v1.0 (example)
Public
|
Date: 2008-02-06 05:01
|
| Filename | Description | Download |
|---|---|---|
| humanauth.zip | HumanAuth Patch | Download |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Closed | 2007-02-16 07:19 | gigoit |
| close_date | 2007-02-16 07:17 | 2007-02-16 07:19 | gigoit |
| status_id | Open | 2007-02-16 07:17 | gigoit |
| close_date | - | 2007-02-16 07:17 | gigoit |
| File Added | 216259: humanauth.zip | 2007-02-16 07:16 | gigoit |