Initial commit
This commit is contained in:
6
config/connection.php
Normal file
6
config/connection.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
$db_host = "localhost";
|
||||
$db_port = 3306;
|
||||
$db_user = "";
|
||||
$db_pass = "";
|
||||
$db_name = "";
|
||||
3
config/encryption.php
Normal file
3
config/encryption.php
Normal 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
|
||||
5
config/general.php
Normal file
5
config/general.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
$latestVersion = "1.5.2";
|
||||
$latestBetaVersion = "1.6-dev";
|
||||
$allowedVersions = [$latestVersion];
|
||||
$allowedDatabaseVersions = [$latestVersion];
|
||||
Reference in New Issue
Block a user