Skip to content

Commit

Permalink
corrected host name
Browse files Browse the repository at this point in the history
  • Loading branch information
jigs1996 committed May 18, 2020
1 parent cd29a72 commit 32ee6a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/class-svs-admin-menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@ public function display_dashboard()
require_once PLUGIN_ROOT_PATH . '/includes/class-header-test.php';
require_once PLUGIN_ROOT_PATH . '/includes/class-ssl-info.php';

$host = 'https://devnetwork.io';
$host = home_url();

$test = new HeaderTest( $host );
$headers = $test->getHeaders();
$results = $test->runAll();

$ssl_obj = new SSL_Info( $host );
$ssl_info = $ssl_obj->getSSLInfo();

// $cert_chain = $ssl_obj->getCertChain();

require_once PLUGIN_ROOT_PATH . '/admin/partials/dashboard.php';
Expand Down

0 comments on commit 32ee6a1

Please sign in to comment.