Update libs and fix ugc URL

This commit is contained in:
2018-12-22 11:16:50 +01:00
parent 10fdd7a028
commit 52cde4af12
5 changed files with 13 additions and 15 deletions

View File

@@ -3,7 +3,7 @@
require_once 'settings.php';
define('TMP_FOLDER', 'tmp/');
define('UGC_URL', 'https://ugc.fr');
define('UGC_URL', 'https://www.ugc.fr');
function getPage($sPath, $asVars, $sType)
{