mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:25:56 +00:00
don't include config.php everywhere
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
define('EXPECTED_CONFIG_VERSION', 26);
|
||||
define('SCHEMA_VERSION', 140);
|
||||
|
||||
define('LABEL_BASE_INDEX', -1024);
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
|
||||
// Original from http://www.daniweb.com/code/snippet43.html
|
||||
|
||||
require_once "config.php";
|
||||
require_once "autoload.php";
|
||||
require_once "functions.php";
|
||||
require_once "errorhandler.php";
|
||||
|
||||
Reference in New Issue
Block a user