
05-07-2004, 08:59 AM
|
 |
|
|
Join Date: Mar 2002
Location: Stuttgart- Germany
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Boofo
Ok, it works. I had to change this (in your instructions file):
PHP Code:
if (DUMP_MAKE_TAR == '1')
to this (to get it to compress it, though):
PHP Code:
if ($DUMP_MAKE_TAR == '1')
But other than that, great job and thank you, sir. 
|
I updated the instruction file !
Thanks Boofo
|