ADMIN INFO
----------------------------------------------------------------------------

You can access your admin settings by logging in to admin at :

https://yourdomain.com/adminlogin.php

Your default username and password for admin is set at :

UN: admin
PW: adminpassword

You can change these by editing the config.php file and changing this code :

$adminuser = 'admin';
$adminpassword = 'adminpassword';