1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-18 03:37:35 +01:00

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);
// Delete temporary file
unlink($file);
exit;
return;
}
if(!$fp = fopen($path, 'c'))