From 1ae58220b844947d7841d75a0be202c6a014efa9 Mon Sep 17 00:00:00 2001 From: osaajani Date: Fri, 8 Nov 2019 18:25:38 +0100 Subject: [PATCH] Remove descartes from url, change raspbian france to raspberrypifr --- descartes/env.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/descartes/env.php b/descartes/env.php index 7d9d4f8..a2f2b59 100755 --- a/descartes/env.php +++ b/descartes/env.php @@ -4,7 +4,7 @@ /* * Define Descartes env */ - $http_dir_path = '/descartes'; //Path we need to put after servername in url to access app + $http_dir_path = ''; //Path we need to put after servername in url to access app $http_protocol = (isset($_SERVER['HTTPS']) ? 'https' : 'http') . '://'; $http_server_name = isset($_SERVER['SERVER_NAME']) ? $_SERVER['SERVER_NAME'] : 'localhost'; $http_server_port = isset($_SERVER['SERVER_PORT']) ? ($_SERVER['SERVER_PORT'] == 80) ? '' : ':' . $_SERVER['SERVER_PORT'] : '';