Subversion Repositories svnkaklik

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
<?php
2
/************************************************************************/
3
/* G-Shout : Gravitasi Shoutbox                                         */
4
/* ============================================                         */
5
/*                                                                      */
6
/* Copyright (c) 2005 by Yohanes Pradono                                */
7
/* http://gravitasi.com                                                 */
8
/*                                                                      */
9
/* This program is free software. You can redistribute it and/or modify */
10
/* it under the terms of the GNU General Public License as published by */
11
/* the Free Software Foundation; either version 2 of the License.       */
12
/*                                                                      */
13
/************************************************************************/
14
 
15
// to prevent direct access
16
if (eregi("footer.inc.php",$_SERVER['PHP_SELF'])) {           
17
	die("<b>Access Denied!</b><br /><i>You can't access this file directly...</i><br /><br />- G-Shout -");
18
}
19
 
20
echo "
21
<div class='copyright'>
22
<a href='javascript:void(0)' onclick='javascript:about()'>G-Shout ".$version."</a> - Copyright &copy; 2005 - <a href='http://gravitasi.com' target='_blank'>Gravitasi</a>
23
<br />
24
"._PAGE_GENERATED_IN." ".number_format(timer_stop(), 2)." "._SECONDS."
25
</div>
26
</body>
27
</html>
28
";