Create settings.php

This commit is contained in:
Pablo 2017-03-14 18:30:34 +01:00 committed by GitHub
parent 79d76b43d3
commit b727c6784c

View file

@ -0,0 +1,6 @@
<?php
define("LANG_NAME", "Spanish");
define("LANG_LOCALE", "es_ES");
define("LANG", "es");
define("LANGCODE", "es");
?>