nikhilbachani / globe-bank

Content Management System (CMS) built using with PHP and MySQL
MIT License
0 stars 0 forks source link

Bug: Publicly invisible pages are still accessible via their subject link in navigation #2

Closed nikhilbachani closed 4 years ago

nikhilbachani commented 4 years ago

In public/index.php, a publicly invisible page is still accessible via its subject (publicly visible) link in the navigation if that page is the first one under the subject in order of position.

nikhilbachani commented 4 years ago

Resolved: Used a new DB-driven approach to find only subjects and pages which are publicly visible in all cases.