mirror of
https://github.com/pi-hole/web.git
synced 2026-07-10 00:13:58 +01:00
Allow path prefix multiplexing the dashboard and API. See https://github.com/pi-hole/FTL/pull/2319 for further details
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -66,6 +66,7 @@ end
|
||||
|
||||
</div>
|
||||
<!-- ./wrapper -->
|
||||
<div id="api-url" style="display: none;"><?=pihole.api_url()?></div>
|
||||
<script src="<?=pihole.fileversion('scripts/js/footer.js')?>"></script>
|
||||
|
||||
<div id="advanced-info-data" style="display: none;" data-starttime="<?=starttime?>" data-endtime="<?=mg.time(true)?>" data-client-ip="<?=mg.request_info.remote_addr?>" data-tls="<?=tostring(is_secure)?>" data-xff="<?=x_forwarded_for?>"></div>
|
||||
|
||||
Reference in New Issue
Block a user