php-mpos/tests/config.dist.php
2014-03-01 17:56:23 -07:00

10 lines
209 B
PHP
Executable File

<?php
// full path to mpos public directory, with trailing slash
define('BASEPATH', '');
// choose which mpos config to test against, dist or real
// 0 = dist, 1 = real
define('DIST_OR_REAL_CONFIG', 1);
?>