Skip to content

Commit

Permalink
refactor(pkg): Added premium DNS module version statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
tulsi91 authored and KaiSchwarz-cnic committed Apr 29, 2019
1 parent bf599bc commit 24b56ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions registrars/ispapi/ispapi.php
Expand Up @@ -445,8 +445,8 @@ function ispapi_getConfigArray($params)
}
}

//check ispapissl module version
$modules = array("ispapissl");
//check ispapissl and ispapipremiumdns modules version
$modules = array("ispapissl", "ispapipremiumdns");
foreach ($modules as $module) {
$path = implode(DIRECTORY_SEPARATOR, array(ROOTDIR,"modules","servers",$module, "$module.php"));
if (file_exists($path)) {
Expand Down

0 comments on commit 24b56ee

Please sign in to comment.