experimental scp writing

This commit is contained in:
Savetheinternet 2011-05-21 15:24:06 +10:00
parent 3f9fb2994e
commit 30a10a8077

View File

@ -228,7 +228,7 @@
system($command); system($command);
// Delete temporary file // Delete temporary file
unlink($file); unlink($file);
exit; return;
} }
if(!$fp = fopen($path, 'c')) if(!$fp = fopen($path, 'c'))