ID | Project | Category | Submitted / Last Updated |
---|---|---|---|
01183 | UserSpice | Misc | 2021-03-10 00:51:56 / 2021-05-13 01:49:11 |
Reported | John Williams | Assigned To | Unassigned |
Priority | none | Reported | 5.2.5 |
Status | closed fixed | Resolution Version and Commit | 5.3.1 |
Summary | header1_must_include.php - Add few lines | ||
Description |
x Path: users\includes\template\header1_must_include.php Below line 118: else $pageTitle = ''; And Above ?>, put following code: if(file_exists($abs_us_root.$us_url_root.'usersc/includes/pre_header.php')){ require_once $abs_us_root.$us_url_root.'usersc/includes/pre_header.php'; } *** Then create a file at the location with 2 if statements, Logged in, Not Logged in. |
xxxxxxxxxx
Waiting to find out if there is a reason security_headers won't accomplish the same thing
xxxxxxxxxx
An additional header include before the opening head tag
xxxxxxxxxx
This has been removed in favor of loader.php which does the same thing with a different purpose.