The administration section of the project management application can only be accessed by users that have admin rights. The main page of the application contains a link to the admin section. The moment that link is clicked, the user will automatically be checked to see if he or she is admin or not. This section has ten scripts as listed below:
The main aim of the admin section is to give the administrators overall control of the entire project management application. It also serves as a maintenance tool, in the sense that redundant projects and users are all removed from the application. This ensures that the application runs smoothly and does not get slower. The two most important scripts here are the login and index pages. These provide access (login) to the entire admin section. The front page (index.php) provides the easy-to-use user interface for smooth navigation. So let's look at the code that makes up these two pages.
blog comments powered by Disqus |