mirror of
https://github.com/unraid/webgui.git
synced 2026-02-21 09:18:41 -06:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user