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:
5
cal.php
5
cal.php
@@ -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();
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user