diff options
author | Marvin Borner | 2018-06-22 15:41:17 +0200 |
---|---|---|
committer | Marvin Borner | 2018-06-22 15:41:17 +0200 |
commit | f6d58059ece646013787cd9b24cebabb2302a33b (patch) | |
tree | 0bf4f7304390355e826d37ef384a0987770188a0 /assets/php/getNetflixJson.php | |
parent | 3d4bab9751ff3ffa9a0df8b6dc43bfd6b45dfe44 (diff) |
Added copyright notice and fixed several small things
Diffstat (limited to 'assets/php/getNetflixJson.php')
-rwxr-xr-x | assets/php/getNetflixJson.php | 6 |
1 files changed, 6 insertions, 0 deletions
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; |