Improved register_globals

This commit is contained in:
root 2008-09-05 14:57:23 +00:00
parent 6233e73b64
commit 6203df9b0d

View file

@ -31,7 +31,7 @@
</tr>
<tr>
<td class="DataTD"><?=_("Department")?>:</td>
<td class="DataTD"><input type="text" name="OU" value="<?=($_SESSION['_config']['OU'])?>"></td>
<td class="DataTD"><input type="text" name="OU" value="<?=array_key_exists('OU',$_SESSION['_config'])?$_SESSION['_config']['OU']:""?>"></td>
</tr>
<? if($_SESSION['profile']['orgadmin'] == 1) { ?>
<tr>