1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00

Whitespace at the top, whitespace at the bottom

This commit is contained in:
Gabor Hojtsy
2001-07-14 12:12:41 +00:00
parent 1718c3a395
commit 69e52a62eb

View File

@@ -2,8 +2,8 @@
require_once 'prepend.inc';
if (!is_primary_site()) {
header("Location: http://www.php.net/cal.php");
exit;
header("Location: http://www.php.net/cal.php");
exit;
}
commonHeader("Event Calendar",1);
@@ -437,5 +437,6 @@ foreach($re as $k=>$v) {
if (!isset($cy)) $cy = strftime('%Y');
draw_cal($cy,$cm);
echo "<br>";
commonFooter();
?>