X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/9573b04ea127591445a2e8c60650b01db352fa97..26d3657f83ba96b080c9cb0a242ee8b2d8fc1fe1:/lib/functions.js.php?ds=sidebyside 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');