diff --git a/index.php b/index.php index aa34be5..5d905cf 100644 --- a/index.php +++ b/index.php @@ -1,16 +1,31 @@ $url); + $echo = array('date' => $date, 'url' => $url, 'copyright' => $copyright); echo json_encode($echo); } else { header("Location:$url"); } - ?>