Convert fltr_cache into a function. Enable output buffering which had been commented out for unknwon reasons.
This commit is contained in:
parent
9ff545ec83
commit
2e1f0dd32f
5 changed files with 44 additions and 42 deletions
|
|
@ -56,7 +56,7 @@ fn listDir {
|
|||
echo '</ul>'
|
||||
}
|
||||
|
||||
fproc_cache.rc listDir $sitedir/
|
||||
fltr_cache listDir $sitedir/
|
||||
#listDir $sitedir/
|
||||
|
||||
if(test -s $tmpfile)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue