Skip to content

Commit ee331ba

Browse files
author
AdamMiltonBarker
committed
Preparing 0.1.0: Removed config (Outdated)
1 parent 728e704 commit ee331ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Server/var/www/html/encrypt.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
include dirname(__FILE__) . '/../Classes/Core/init.php';
88

9-
$domainString = "http://192.168.1.34";
10-
$jumpwayAppID = 72;
11-
$JumpWayAppPublic = "6S06fWaSgCS759F0w7298524qWbQC2";
12-
$JumpWayAppSecret = "VnQBt5dDEu4du971ZE0Nl5z92Z4ewoc7L8I";
9+
$domainString = "";
10+
$jumpwayAppID = 0;
11+
$JumpWayAppPublic = "";
12+
$JumpWayAppSecret = "";
1313

1414
$encypted = [];
1515

0 commit comments

Comments
 (0)