summaryrefslogtreecommitdiff
path: root/inc/init.php
diff options
context:
space:
mode:
authorTom N Harris <tnharris@whoopdedo.org>2010-12-29 03:50:05 -0500
committerTom N Harris <tnharris@whoopdedo.org>2010-12-29 03:50:05 -0500
commit9b41be2446ea725a496f34b28ac4db84bece57c9 (patch)
treebb002063560d6132c6cda8d85cd1d1d089084f27 /inc/init.php
parent00803e562833be06ab5a869541581314b9b84d58 (diff)
downloadrpg-9b41be2446ea725a496f34b28ac4db84bece57c9.tar.gz
rpg-9b41be2446ea725a496f34b28ac4db84bece57c9.tar.bz2
Indexer v3 Rewrite part two, update uses of indexer
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 ed4409729..1dc31a31f 100644
--- a/inc/init.php
+++ b/inc/init.php
@@ -276,6 +276,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');
@@ -290,6 +291,7 @@ function init_files(){
nice_die("$file is not writable. Check your permissions settings!");
}
}
+ */
}
/**