Browse Source

fix: url of office activation

master
Dnomd343 3 years ago
parent
commit
18010e749a
  1. 4
      backend/kms-help.php

4
backend/kms-help.php

@ -13,6 +13,8 @@ function showHelp() {
echo '| slmgr /dlv' . str_pad('', $length + 3, ' ') . '|' . PHP_EOL;
echo '┗' . str_pad('', $length + 14, '-') . '┛' . PHP_EOL;
echo PHP_EOL;
echo 'Office -> http://' . $webSite . '/office' . PHP_EOL;
echo PHP_EOL;
echo 'KMS_KEY -> http://' . $webSite . '/win' . PHP_EOL;
echo ' -> http://' . $webSite . '/win-server' . PHP_EOL;
echo PHP_EOL;
@ -34,6 +36,8 @@ function webHelp() {
echo ' slmgr /ato' . PHP_EOL;
echo ' slmgr /dlv </code>';
echo '</pre><p><a href="';
echo 'http://' . $webSite . '/office';
echo '">KMS (Office)</a><br><a href="';
echo 'http://' . $webSite . '/win';
echo '">KMS_KEY (Windows)</a><br><a href="';
echo 'http://' . $webSite . '/win-server';

Loading…
Cancel
Save