MoaDB
MoaDB copied to clipboard
main.js contains inline PHP, which is not executed
In resources/js/main.js, there is inline PHP code which builds the URL to query for the sorting and search functions. This PHP is not executed, and the value of build_query should be embedded into each page itself (maybe set as a javascript global variable?) and then referenced in the source here as needed from that.