diff options
Diffstat (limited to 'public/index.php')
-rw-r--r-- | public/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php index f780d25..1d15a7b 100644 --- a/public/index.php +++ b/public/index.php @@ -16,4 +16,4 @@ if (!defined('DIR_APPLICATION')) { // Startup require_once(DIR_SYSTEM . 'startup.php'); -start('catalog');
\ No newline at end of file +start('catalog'); |