gnousdoteu-v3/php/config.php

22 lines
339 B
PHP
Raw Normal View History

2019-07-29 20:22:19 +02:00
<?php
/*
*
* Website configuration file. Edit it carefuly
*
*/
/*
* $ORIGINAL_URL
* IF WEBSITE RUN IN A SUBFOLDER
* /!\ ONLY FOR DEVELOPPEMENT /!\
*/
$ORIGINAL_URL = "/gnousdoteu-php/public";
/*
* $DEFAULT_LANGUAGE
* Default language shown in the website
* Values : "fr" or "en" type string
*/
$DEFAULT_LANGUAGE = "fr";