]> git.p6c8.net - jirafeau.git/blobdiff - lib/functions.js.php
[BUGFIX] Deliver JavaScript with correct MIME type
[jirafeau.git] / lib / functions.js.php
index e981e359d00f2acf864f51fa32cc8268755b630d..e8a6bb18048f1ce1c9b19d40c93be887dd63d107 100644 (file)
@@ -17,7 +17,9 @@
  *  You should have received a copy of the GNU Affero General Public License
  *  along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
+
 header('Content-Type: text/javascript');
+
 define ('JIRAFEAU_ROOT', dirname (__FILE__) . '/../');
 require (JIRAFEAU_ROOT . 'lib/config.original.php');
 require (JIRAFEAU_ROOT . 'lib/settings.php');

patrick-canterino.de