review.php path to display_select incorrect
Brought to you by:
hybonashi
The path in review.php line 52 is incorrect it's missing the path to the file display_select.htm which is in the includes folder.
Changed the code as follows and now it works properly.
// load the selection box for how many days you want to look back
include("../includes/display_select.htm");
The corrected review.php file with the correct path