summaryrefslogtreecommitdiffstats
path: root/ldap-site-mngmt/webinterface/standard_footer.inc.php
blob: afaf5a35b0cc57916ccd7a3cec92c63223a14c04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?

echo "
</td>
		<td width='2%'></td>
	</tr>
</table>

</body>

</html>
";

echo "<br /><b>php_errormsg:</b> $php_errormsg";
#$_SESSION['error'] .= $php_errormsg;

#echo "Errors:<br>$_SESSION['error']";

?>