mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
Use v2.6 CI containers and nightly for the devcontainer
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -8,16 +8,16 @@
|
||||
* This file is copyright under the latest version of the EUPL.
|
||||
* Please see LICENSE file for your rights under this license. */
|
||||
|
||||
#include "../FTL.h"
|
||||
#include "../webserver/http-common.h"
|
||||
#include "../webserver/json_macros.h"
|
||||
#include "FTL.h"
|
||||
#include "webserver/http-common.h"
|
||||
#include "webserver/json_macros.h"
|
||||
#include "api.h"
|
||||
// querytypes[]
|
||||
#include "../datastructure.h"
|
||||
#include "datastructure.h"
|
||||
// logging routines
|
||||
#include "log.h"
|
||||
// db
|
||||
#include "../database/common.h"
|
||||
#include "database/common.h"
|
||||
|
||||
// SQL Query type filters for the database
|
||||
#define FILTER_STATUS_NOT_BLOCKED "status IN (0,2,3,12,13,14,17)"
|
||||
|
||||
Reference in New Issue
Block a user