From: Weblate Date: Fri, 13 Jan 2017 17:24:42 +0000 (+0100) Subject: Merge remote-tracking branch 'origin/master' X-Git-Tag: 3.2.0~38 X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/145ca7860e1b2c33b6a92efe606a1b75b20a9cb3?hp=abb1e0797efe2db4418ad60a8846f427167052dc Merge remote-tracking branch 'origin/master' --- diff --git a/lib/functions.js.php b/lib/functions.js.php index 24be13f..e8a6bb1 100644 --- a/lib/functions.js.php +++ b/lib/functions.js.php @@ -18,6 +18,8 @@ * along with this program. If not, see . */ +header('Content-Type: text/javascript'); + define ('JIRAFEAU_ROOT', dirname (__FILE__) . '/../'); require (JIRAFEAU_ROOT . 'lib/config.original.php'); require (JIRAFEAU_ROOT . 'lib/settings.php');