There is any way to use AM Lite to check the access for the admin to let him be the only one to access to a custom php page?
I feared that, I couldn't find anything on the documentation. I used Am_Lite to run the custom php customer-side. I need to run also some custom php admin-side, what suggestion do you have to do this, since AM_Lite does not support Admin for checkAccess?
You should include amember"s bootstrap. Then you can use this code: PHP: $admin = Am_Di::getInstance()->authAdmin->getUser();if($admin){// Admin logged in;if($admin->isSuper()){// Supper admin logged in}}