<?php
$locationOfScript = 'http://www.krio.me/classifieds/';
define('MYACCOUNT', "{$locationOfScript}myaccount.php");
define('LOCATION_CAT', "{$locationOfScript}location.php");
define('VIEW_POSTING', "{$locationOfScript}viewposting.php");
define('DOMAIN', "{$locationOfScript}");
define('LOGIN', "{$locationOfScript}login.php");
define('AUTH', "{$locationOfScript}classes/AuthenticateUser.php");
?>