Updated TLS.php and added new endpoints to new ZoneSettings.php

This commit is contained in:
Paul Adams
2019-02-23 00:02:01 +00:00
4 changed files with 34 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ class TLS implements API
return false;
}
<<<<<<< HEAD
public function getHTTPSRedirectStatus($zoneID) {
$return = $this->adapter->get(
'zones/' . $zoneID . '/settings/always_use_https'
@@ -121,4 +122,6 @@ class TLS implements API
return false;
}
=======
>>>>>>> 4694904b38fdf5f251559a473cecf77a63cf9202
}