????

Your IP : 3.143.237.203


Current Path : /home2/morganrand/backup.morganrand.com/
Upload File :
Current File : /home2/morganrand/backup.morganrand.com/secret.php

<?php
/* secret.php
 CONSTANT declarations - DO NOT CHANGE UPPERCASE CONSTANTS.
 Change lowercase values ONLY
*/
/* Administration */
define("ADMINUSER", "admin"); /* your administration login name - modify - you make it up */
define("ADMINPASSWORD", "admon"); /* your administration password - modify - you make it up */
/* below is the webpage you will go to if your login is successful */
define("ADMINHOME", "contact-ctrl.php"); /* your administration page name - modify - the page you go to if the login is successful: Example: admin.php */
?>