Quote:
Originally Posted by JacquiiCooke
--------------- Added [DATE]1314696627[/DATE] at [TIME]1314696627[/TIME] ---------------
Only Admin group can access the arcade when disabled. Other usergroups will see "The administrator currently has the arcade disabled." message.
Rename arcade.php to something like blablabla.php -- something that only you will know -- and then once a fix has been posted - change the name back - then users browsing to your arcade.php file should be redirected to 404 error...?
|
That explains it, Thanks.
I went one better. I inserted
Code:
die("This file is offline for now");
after the <?php
To the best of my knowege, that'll cause the file to fail to load but when an update is released, uploading it will automatically replace the file and save me the trouble of remembering to rename it back :P