I want to allow access to the scripts page without a token and at the same time I want to check the current config settings. The current method I use to check config settings is by including common.inc.php to the script but the problem is that common.inc.php removes all GET params if the token is incorrect.

Is there another way to get the config settings other than including common.inc.php

--
Mohamed Ashraf