]> git.sur5r.net Git - contagged/blobdiff - inc/init.php
Fixed JavaScript errors related to Google Maps and IE
[contagged] / inc / init.php
index 72bea22c6a5ccc5a7733c66d90e75abc3c674c91..cc04d7a5b0599865f235a19a8f1d54219271bfa6 100644 (file)
@@ -1,6 +1,7 @@
-<?
+<?php
   require_once(dirname(__FILE__).'/config.php');
   require_once(dirname(__FILE__).'/fields.php');
+  require_once(dirname(__FILE__).'/lang/en.php');
   require_once(dirname(__FILE__).'/lang/'.$conf['lang'].'.php');
   require_once(dirname(__FILE__).'/functions.php');
   require_once(dirname(__FILE__).'/template.php');
@@ -9,6 +10,7 @@
   define('NL',"\n");
 
   //init session
+  @ini_set('arg_separator.output', '&amp;');
   session_name("ldapab");
   session_start();