Browse Source

Change to Pihole to close #81

pull/88/head
KodeStar 7 years ago
parent
commit
3e4a458fac
  1. 4
      app/SupportedApps/Pihole.php

4
app/SupportedApps/Pihole.php

@ -57,7 +57,9 @@ class Pihole implements Contracts\Applications, Contracts\Livestats {
$config = $this->config;
$url = $config->url;
$api_url = $url.'admin/api.php';
$url = rtrim($url, '/');
$api_url = $url.'/api.php';
//die( $api_url.' --- ');
$client = new Client(['http_errors' => false]);

Loading…
Cancel
Save