Use /tmp to store temporay sitemap.txt files
This commit is contained in:
parent
3d3df98d31
commit
92c0e7b4d5
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
<h1>Site map</h1>
|
<h1>Site map</h1>
|
||||||
|
|
||||||
%{
|
%{
|
||||||
p=`{pwd}
|
tmpfile=/tmp/werc_sitemap_$pid.txt
|
||||||
tmpfile=$p/tmp/sitemap_$pid.txt
|
echo '' > $tmpfile
|
||||||
saveddf = $dirfilter
|
saveddf = $dirfilter
|
||||||
|
|
||||||
fn getMdDesc {
|
fn getMdDesc {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue