theguppyfish Posted August 8, 2011 Share Posted August 8, 2011 I see that there is a customization example for a PHP file in the client area.. I wanted to create some custom admin area PHP files that admin users can only see. What would be the best way to do this? 0 Quote Link to comment Share on other sites More sharing options...
Rackset Posted August 9, 2011 Share Posted August 9, 2011 you have to use addon-modules to create admin side functions. 0 Quote Link to comment Share on other sites More sharing options...
mylove4life Posted August 9, 2011 Share Posted August 9, 2011 what do you want to do? 0 Quote Link to comment Share on other sites More sharing options...
theguppyfish Posted August 12, 2011 Author Share Posted August 12, 2011 I have a business specific php script that needs to refresh a bunch of data in a datawarehouse.. refresh.php for example.. but I only want authorized admins to hit this page.. can I use the standard custom PHP template to check for admin? 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted August 13, 2011 Share Posted August 13, 2011 I have a business specific php script that needs to refresh a bunch of data in a datawarehouse.. refresh.php for example.. but I only want authorized admins to hit this page.. can I use the standard custom PHP template to check for admin? you could do that, but I'd recommend just create an admin module using the existing framework. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.