Implemented rudimental search engine

This commit is contained in:
tcit
2014-03-22 11:09:18 +01:00
parent 028e34b6c4
commit a33a3d2afb
5 changed files with 42 additions and 4 deletions

View File

@ -38,7 +38,7 @@ if (! file_exists(ROOT . '/vendor/autoload.php')) {
require_once ROOT . '/vendor/autoload.php';
}
# system configuration; database credentials et cetera
# system configuration; database credentials et caetera
if (! file_exists(INCLUDES . '/poche/config.inc.php')) {
Poche::$configFileAvailable = false;
} else {