diff options
author | Jesús <heckyel@hyperbola.info> | 2019-08-19 12:45:54 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-08-19 12:45:54 -0500 |
commit | b42c27710d26d4e06013b314402459360d0bb819 (patch) | |
tree | 02962e80ee22b87943ab3145d6d77579324b4873 /public/index.php | |
parent | 3ad9c3b5b69b759df7a2f45ab1ba6357c366a0e9 (diff) | |
download | librecart-b42c27710d26d4e06013b314402459360d0bb819.tar.lz librecart-b42c27710d26d4e06013b314402459360d0bb819.tar.xz librecart-b42c27710d26d4e06013b314402459360d0bb819.zip |
more translate to spanish
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'); |