aboutsummaryrefslogtreecommitdiff
path: root/assets/php
diff options
context:
space:
mode:
Diffstat (limited to 'assets/php')
-rw-r--r--assets/php/getInformation.php6
-rwxr-xr-xassets/php/getNetflixJson.php6
2 files changed, 12 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");
diff --git a/assets/php/getNetflixJson.php b/assets/php/getNetflixJson.php
index fbbecac..dcfc4de 100755
--- a/assets/php/getNetflixJson.php
+++ b/assets/php/getNetflixJson.php
@@ -1,4 +1,10 @@
<?php
+/**
+ * Serverside Script of the Netflix Stats Generator to get the personal Netflix JSON
+ * @author Marvin Borner
+ * @copyright Marvin Borner 2018
+ */
+
$NetflixCookie = $_POST["Cookie"];
$LastPage = FALSE;