Replace usage of indexer.php with bootstrap.php

This commit is contained in:
DariusIII
2016-07-14 08:47:39 +02:00
parent eee2504359
commit 49b36c2ebe
96 changed files with 107 additions and 106 deletions
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
require_once realpath(dirname(dirname(dirname(__DIR__))) . DIRECTORY_SEPARATOR . 'indexer.php');
require_once realpath(dirname(dirname(dirname(__DIR__))) . DIRECTORY_SEPARATOR . 'bootstrap.php');
use nntmux\db\Settings;
use nntmux\ColorCLI;