feat: aligns shared page, php, & scripts + web components new location with api repo changes

This commit is contained in:
Zack Spear
2025-03-26 16:38:29 -07:00
parent 7b02adfa1d
commit e520da4a6a
17 changed files with 484 additions and 154 deletions
@@ -234,4 +234,4 @@ class ReplaceKey
$this->installNewKey($latestKey);
}
}
}
@@ -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);