WillyJimmyDev / simple-quiz

A simple quiz administration written in PHP with a MySQL backend. Uses Bootstrap 3 and Slim PHP micro framework
http://elanman.com/simple-quiz/
Apache License 2.0
164 stars 73 forks source link

Admin settings link broken #30

Closed James-Curran closed 7 years ago

James-Curran commented 7 years ago

When logged in as an Admin both the settings and change password links in the drop down redirect to admin/config/ and admin/edit respectively, which are not directories in this package. Perhaps I am doing something wrong?

WillyJimmyDev commented 7 years ago

Hi, the links in the dropdown have a class of disabled, so they should be unclickable (see screenshot). simple_quiz_admin_-_2017-04-04_20 39 50

Unfortunately, those features haven't been implemented.