CCALI / quizwright

CALI QuizWright :: a quiz builder and formative assessment tool
GNU General Public License v2.0
1 stars 0 forks source link

Ensure no JS code attempts to load .inc files #133

Open sgoshorn opened 5 years ago

sgoshorn commented 5 years ago

.inc files should only be included by .php files not loaded directly from the browser.

sgoshorn commented 5 years ago

When this is completed the .htaccess file in /quizwright should have the .inc read permission removed.