Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagephp
linenumberstrue
function nocpsforwhmcs_bootloader ($params, $osName, $profileId) {
    if ("$osname$osName" === "...") {
        return "ipxe-1.0.0+09cc-undionly.kkpxe";
    }
}

...