aboutsummaryrefslogtreecommitdiff
path: root/assets/php/getInformation.php
diff options
context:
space:
mode:
Diffstat (limited to 'assets/php/getInformation.php')
-rw-r--r--assets/php/getInformation.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/php/getInformation.php b/assets/php/getInformation.php
index 8dd0e6e..f4b32b6 100644
--- a/assets/php/getInformation.php
+++ b/assets/php/getInformation.php
@@ -1,4 +1,10 @@
<?php
+/**
+ * Serverside Script of the Netflix Stats Generator to get information of a movie/series
+ * @author Marvin Borner
+ * @copyright Marvin Borner 2018
+ */
+
$RequestedTitle = $_GET["Title"];
$ApiKey = file_get_contents("../../../../ApiKeys/ThemoviedbApiKey.txt");