Skip to content

Commit

Permalink
remove $time reset
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnywang committed Oct 12, 2018
1 parent f5f3e13 commit 614f3bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/update-ssl-keys.php
Expand Up @@ -44,7 +44,6 @@
}

$fp = fopen('dns-domains.txt', 'r');
$time = 0;
while ($domains = fgets($fp)) {
$domains = explode(' ', trim($domains));
$first_domain = $domains[0];
Expand Down

0 comments on commit 614f3bc

Please sign in to comment.