1 2 3 4 5 6 7
<?php /* Copyright (c) 2024 Freya Murphy */ $routes = array(); $routes['home'] = 'apps/home'; $routes['error'] = 'apps/error'; $routes[''] = '_index';