<?php
// Base path relative to the web root. Include leading slash; omit trailing slash.
// For example, if your app is served at http://localhost/PrepaidAutoServices,
// set APP_BASE_PATH to '/PrepaidAutoServices'. If served at the root, set to ''.
if (!defined('APP_BASE_PATH')) {
define('APP_BASE_PATH', '/devtestprepaidauto');
}