<?php
define('VERSION', '1.0');

if (is_file('config.php')) {
	require_once('config.php');
}


require_once(DIR_SYSTEM . 'startup.php');

start('catalog');
?>