]> git.sur5r.net Git - contagged/blobdiff - inc/init.php
Don't use short open tags
[contagged] / inc / init.php
index 6d16606874342a75773063bb01f0e6e40015a5d6..cc04d7a5b0599865f235a19a8f1d54219271bfa6 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
   require_once(dirname(__FILE__).'/config.php');
   require_once(dirname(__FILE__).'/fields.php');
   require_once(dirname(__FILE__).'/lang/en.php');
@@ -10,6 +10,7 @@
   define('NL',"\n");
 
   //init session
+  @ini_set('arg_separator.output', '&amp;');
   session_name("ldapab");
   session_start();