How to access admin side of in phpFox ?

{ // deep_execution_view
const authorName = "Ankit Agrawal";
//
const publishDate = "March 16, 2014";

There is an option at top right side “Admincp” in header

or

You can direct access your admin area in phpfox by using these url

(1)http://www.example.com/admincp(when url rewrite setting is on)
(2)http://www.example.com/index.php?do=/admincp/

}