mirror of
https://github.com/pi-hole/web.git
synced 2026-04-22 01:39:50 +01:00
Make sure license comment is only outputted after header.php has prepared all the stuff that need to be done beforehand. Fixes #450
This commit is contained in:
@@ -148,8 +148,13 @@
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<!-- Pi-hole: A black hole for Internet advertisements
|
||||
* (c) 2017 Pi-hole, LLC (https://pi-hole.net)
|
||||
* Network-wide ad blocking via your own hardware.
|
||||
*
|
||||
* This file is copyright under the latest version of the EUPL.
|
||||
* Please see LICENSE file for your rights under this license. -->
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
|
||||
Reference in New Issue
Block a user