• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

NathanGibbs3 / BASE / 590

pending completion
590

push

travis-ci-com

NathanGibbs3
20230420 Fix CI build breakage. 2

2755 of 16977 relevant lines covered (16.23%)

21.61 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/includes/base_include.inc.php
1
<?php
2
/*******************************************************************************
3
** Basic Analysis and Security Engine (BASE)
4
** Copyright (C) 2004 BASE Project Team
5
** Copyright (C) 2000 Carnegie Mellon University
6
**
7
** (see the file 'base_main.php' for license details)
8
**
9
** Project Lead: Kevin Johnson <kjohnson@secureideas.net>
10
**                Sean Muller <samwise_diver@users.sourceforge.net>
11
** Built upon work by Roman Danyliw <rdd@cert.org>, <roman@danyliw.com>
12
**
13
** Purpose: mandatory include files for any queries
14
********************************************************************************
15
** Authors:
16
********************************************************************************
17
** Kevin Johnson <kjohnson@secureideas.net
18
**
19
********************************************************************************
20
*/
21
// Ensure the conf file has been loaded. Prevent direct access to this file.
22
defined('_BASE_INC') or die('Accessing this file directly is not allowed.');
×
23
include_once("$BASE_path/base_common.php");
×
24
include_once("$BASE_path/includes/base_capabilities.php");
×
25
include_once("$BASE_path/includes/base_db.inc.php");
×
26
include_once("$BASE_path/includes/base_output_html.inc.php");
×
27
include_once("$BASE_path/includes/base_state_common.inc.php");
×
28
include_once("$BASE_path/includes/base_auth.inc.php");
×
29
include_once("$BASE_path/includes/base_user.inc.php");
×
30
include_once("$BASE_path/includes/base_state_query.inc.php");
×
31
include_once("$BASE_path/includes/base_state_criteria.inc.php");
×
32
include_once("$BASE_path/includes/base_output_query.inc.php");
×
33
include_once("$BASE_path/includes/base_log_error.inc.php");
×
34
include_once("$BASE_path/includes/base_log_timing.inc.php");
×
35
include_once("$BASE_path/includes/base_action.inc.php");
×
36
include_once("$BASE_path/includes/base_cache.inc.php");
×
37
include_once("$BASE_path/includes/base_net.inc.php");
×
38
include_once("$BASE_path/includes/base_signature.inc.php");
×
39
?>
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc