forked from web-cyradm/web-cyradm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.inc.php
26 lines (25 loc) · 826 Bytes
/
footer.inc.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
/*
if (!defined('WC_BASE')) define('WC_BASE', dirname(__FILE__));
$ref=WC_BASE."/index.php";
if ($ref!=$_SERVER['SCRIPT_FILENAME']){
header("Location: index.php");
exit();
}
*/
?>
<!-- ######################## beginning of footer ################ -->
<!-- </td>
</tr> -->
<tr>
<td height="5" valign="bottom" class="footer" bgcolor="#CCCCCC"> </td>
<td height="5" valign="bottom" class="footer" bgcolor="#CCCCCC">
© 2002-2006 by Luc de Louw |
<a href="http://www.web-cyradm.org"
target="_new">http://www.web-cyradm.org</a> | <?php print _("translated by: ").$nls['translator']["$LANG"]; ?> | you are running web-cyradm Version <?php print $VERSION; ?>
</td>
</tr>
</table>
</body>
</html>
<!-- ######################## end of footer #################### -->