Merge branch 'devel' into new/FTL-integration

Conflicts:
	api.php
This commit is contained in:
DL6ER
2017-02-22 12:19:10 +01:00
2 changed files with 2 additions and 4 deletions

View File

@@ -4,9 +4,8 @@
* 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. */ ?>
* Please see LICENSE file for your rights under this license. */
<?php
require "password.php";
if(!$auth) die("Not authorized");

View File

@@ -4,9 +4,8 @@
* 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. */ ?>
* Please see LICENSE file for your rights under this license. */
<?php
ob_end_flush();
ini_set("output_buffering", "0");
ob_implicit_flush(true);