The session start() function was on the wrong line in the logout.php file. I just changed it to the appropriate line of code, before the session destroy() function.
Co-authored-by: WhyteAsamoah <whyteasamoahgyamfi@outlook.com>
Reviewed-on: http://121.4.94.30:3000/mrlan/LRR/pulls/43
Co-authored-by: YEBOAH MARTHA ASAMOAH <3534763826@qq.com>
Co-committed-by: YEBOAH MARTHA ASAMOAH <3534763826@qq.com>
Writing the course code in lower letters, results in "No results found for your Search" i solved this issue by adding $search=strtoupper($_GET['search']); line in courses.php file
Co-authored-by: edson <edsonnyoni92@gmail.com>
Co-authored-by: Lan Hui <lanhui@zjnu.edu.cn>
Reviewed-on: http://121.4.94.30:3000/mrlan/LRR/pulls/42
Co-authored-by: EDSON NYONI <edsonnyoni92@gmail.com>
Co-committed-by: EDSON NYONI <edsonnyoni92@gmail.com>
Implemented filters for the following:
Case 1: the user has entered something under "Find course by Code".
List the courses whose course code matches the entered course code, in reverse chronological order.
Case 2: the user has not entered something under "Find course by Code".
If there is a value for "List courses by faculty", list all courses that belong to the entered faulty, in reverse chronological order.
Otherwise, list the student's joined courses (already done), in reverse chronological order.
This pull request is for extending the login session duration to 2 hours as reported in [Bug256](http://118.25.96.118/bugzilla/show_bug.cgi?id=256).
Co-authored-by: faruq <hufarouq01@gmail.com>
Reviewed-on: http://121.4.94.30:3000/mrlan/LRR/pulls/33
Co-authored-by: HAYATU UMAR FARUQ <hufarouq01@gmail.com>
Co-committed-by: HAYATU UMAR FARUQ <hufarouq01@gmail.com>