Initial commit

This commit is contained in:
2025-07-06 16:00:38 -07:00
commit 67d2fe9589
11 changed files with 957 additions and 0 deletions

3
config/encryption.php Normal file
View File

@@ -0,0 +1,3 @@
<?php
$SERVER_RECEIVE_TRANSFER_KEY = ""; //SERVER_SEND_TRANSFER_KEY on the client
$SERVER_SEND_TRANSFER_KEY = ""; //SERVER_RECEIVE_TRANSFER_KEY on the client