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
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
// Test the cache server connection.
require_once realpath(dirname(dirname(dirname(__DIR__))) . DIRECTORY_SEPARATOR . 'indexer.php');
require_once realpath(dirname(dirname(dirname(__DIR__))) . DIRECTORY_SEPARATOR . 'bootstrap.php');
use nntmux\libraries\Cache;