Opened 18 years ago
Closed 18 years ago
#76 closed Defect (fixed)
xml.gif file reference in index.php page of the project
Reported by: | KSMarksPsych | Owned by: | Rytis |
---|---|---|---|
Priority: | Trivial | Milestone: | Undetermined |
Component: | Web - Project | Version: | |
Keywords: | Cc: |
Description
Posted by: Date: 4:00 PM 01-24-2007 Actually I refer to BOINC 5.4.11 The 'create_project'-generated homepage of the project (index.php) contains reference to 'xml.gif', which is actually located in 'html/user/img' directory and not in 'html/user' as assumed by 'index.php'. In BOINC sources this file is located under 'html/user', but is copied into 'PROJECT/html/user/img' by 'py/Boinc/setup_project.py'. So either 'html/user/sample_index.php' contains wrong reference to 'xml.gif' (actually "img/xml.gif") or the 'setup_project.py' script copies it into a wrong directory inside the project directory (to 'html/user/img' instead of 'html/user').
I believe it's already fixed in the current code - xml.gif is in html/user/, not html/user/img/ now.