Update post_plugin_checks

This commit is contained in:
Squidly271
2024-01-07 06:51:23 -05:00
committed by GitHub
parent 68552c0808
commit 19bebe7ef3

View File

@@ -12,7 +12,7 @@
*/
?>
<?
$docroot = $docroot ?? $_SERVER['DOCUMENT_ROOT'] ?: "/usr/local/emhttp";
$docroot ??= ($_SERVER['DOCUMENT_ROOT'] ?: '/usr/local/emhttp');
require_once "$docroot/plugins/dynamix.plugin.manager/include/PluginHelpers.php";
function readJson($file) {