Initial commit

This commit is contained in:
2021-06-10 13:45:24 +02:00
parent d95772627e
commit 51618d2dcc
33 changed files with 3423 additions and 126 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
// Copy this file to the unalike root and change the $local_secret variable to something unique.
$local_secret = "xxxxxSomethingUniqueHerePls12345";
// It is recommended to choose a long and complicated secret (at least a 100 characters long alphanumeric string)
// Using special characters is not advised because this is sent through the HTTP(S) protocol GET method with
// god knows what encoding...