mirror of
https://github.com/unraid/webgui.git
synced 2026-05-03 08:19:27 -05:00
feat: aligns shared page, php, & scripts + web components new location with api repo changes
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