Command-line arguments (Client): Difference between revisions
From FileZilla Wiki
Jump to navigationJump to search
(CCZyTluKdY) |
(cGenLBmrigUWwQv) |
||
Line 1: | Line 1: | ||
Ok I figured out the prelbom, will put it here in case there is some way for you to make it automatic in the net version or in case other people have the same prelbom.In Time-Machine.php I found the following line:echo ''.substr($post->post_date,0,4).': '.$pcount.'';and changed it to:echo ''.substr($post->post_date,0,4).': '.$pcount.''; |
Revision as of 13:16, 5 May 2012
Ok I figured out the prelbom, will put it here in case there is some way for you to make it automatic in the net version or in case other people have the same prelbom.In Time-Machine.php I found the following line:echo .substr($post->post_date,0,4).': '.$pcount.;and changed it to:echo .substr($post->post_date,0,4).': '.$pcount.;