diff options
author | Michael Hamann <michael@content-space.de> | 2011-03-08 00:33:35 +0100 |
---|---|---|
committer | Michael Hamann <michael@content-space.de> | 2011-03-08 00:33:35 +0100 |
commit | d8e733eea8ac79670ffc74ac685078dc4ac56c7e (patch) | |
tree | b036d19bd256fc3a1016ef9a1697a894dfd2b5f3 /inc/init.php | |
parent | dea1115b59e771c401882590426074c08fed3a87 (diff) | |
parent | ad79cb7c93a655f864c633433e743b03685b5719 (diff) | |
download | rpg-d8e733eea8ac79670ffc74ac685078dc4ac56c7e.tar.gz rpg-d8e733eea8ac79670ffc74ac685078dc4ac56c7e.tar.bz2 |
Merge branch 'indexer_rewrite'
Diffstat (limited to 'inc/init.php')
-rw-r--r-- | inc/init.php | 2 |
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!"); } } + */ } /** |