1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-28 01:10:51 +01:00

experimental scp writing

This commit is contained in:
Savetheinternet 2011-05-21 15:24:06 +10:00
parent 5c4ead4f66
commit 51138393b4

View File

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