I made a modules/maps/index.php file thinking I could load that in the browser directly with
But that gives a 403 permission error. I understand that will be for security (though my page takes no input).
This maps reference page is big, I want to open it in a new tab, not in an overlay on the game page. Suggestions?
Code: Select all
window.open(g_gamethemeurl+"modules/maps/");This maps reference page is big, I want to open it in a new tab, not in an overlay on the game page. Suggestions?