diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/home.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pages/home.php b/pages/home.php index 3d3a371..8bd7d11 100644 --- a/pages/home.php +++ b/pages/home.php @@ -11,8 +11,6 @@ include('./includes/mapoftheday.php'); include('./includes/datas.php');
-
-
//Get the current day as int.
$numday = date('w');
$numday = intval($numday);
|