|
|
@@ -39,10 +39,12 @@ function cwp7_ConfigOptions() {
|
|
|
array_push($serverIDs, $serverID->serverid);
|
|
|
}
|
|
|
$server = Capsule::table('tblservers')
|
|
|
- ->select('ipaddress', 'accesshash')
|
|
|
+ ->select('hostname', 'accesshash')
|
|
|
->where('id', $serverIDs)
|
|
|
->where('active', '=', 1)
|
|
|
- ->get();
|
|
|
+ ->get();
|
|
|
+
|
|
|
+
|
|
|
logModuleCall(
|
|
|
'cwp7',
|
|
|
__FUNCTION__,
|