summaryrefslogtreecommitdiff
path: root/inc/init.php
diff options
context:
space:
mode:
authorMichael Hamann <michael@content-space.de>2011-03-08 00:33:35 +0100
committerMichael Hamann <michael@content-space.de>2011-03-08 00:33:35 +0100
commitd8e733eea8ac79670ffc74ac685078dc4ac56c7e (patch)
treeb036d19bd256fc3a1016ef9a1697a894dfd2b5f3 /inc/init.php
parentdea1115b59e771c401882590426074c08fed3a87 (diff)
parentad79cb7c93a655f864c633433e743b03685b5719 (diff)
downloadrpg-d8e733eea8ac79670ffc74ac685078dc4ac56c7e.tar.gz
rpg-d8e733eea8ac79670ffc74ac685078dc4ac56c7e.tar.bz2
Merge branch 'indexer_rewrite'
Diffstat (limited to 'inc/init.php')
-rw-r--r--inc/init.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/init.php b/inc/init.php
index d632bd8f8..772f85c77 100644
--- a/inc/init.php
+++ b/inc/init.php
@@ -275,6 +275,7 @@ function init_files(){
}
# create title index (needs to have same length as page.idx)
+ /*
$file = $conf['indexdir'].'/title.idx';
if(!@file_exists($file)){
$pages = file($conf['indexdir'].'/page.idx');
@@ -289,6 +290,7 @@ function init_files(){
nice_die("$file is not writable. Check your permissions settings!");
}
}
+ */
}
/**