Nakiami / mellivora

Mellivora is a CTF engine written in PHP
GNU General Public License v3.0
441 stars 171 forks source link

Fix quote escape in visualise.php #104

Closed rrreeezzz closed 6 years ago

rrreeezzz commented 6 years ago

The visualisation feature did not display because of quotes in categories or challenges name. PHP function addslashes(str) resolves this.

Nakiami commented 6 years ago

Thanks!