Merge pull request #2099 from zackspear/feat/web-component-related-files-syned-to-latest

feat: align shared .page, php, scripts, & web components with api repo
This commit is contained in:
tom mortensen
2025-04-02 10:04:29 -07:00
committed by GitHub
16 changed files with 485 additions and 154 deletions

View File

@@ -234,4 +234,4 @@ class ReplaceKey
$this->installNewKey($latestKey);
}
}
}

View File

@@ -11,11 +11,7 @@
*/
?>
<?
$docroot ??= ($_SERVER['DOCUMENT_ROOT'] ?: '/usr/local/emhttp');
require_once "$docroot/webGui/include/Wrappers.php";
// This is a stub, does nothing but return success
my_logger("This is a stub and should not be called", "UpdateDNS");
$cli = php_sapi_name()=='cli';
if ($cli) {
exit("success".PHP_EOL);