Browse Source

experimental scp writing

pull/40/head
Savetheinternet 13 years ago
parent
commit
51138393b4
  1. 2
      inc/functions.php

2
inc/functions.php

@ -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'))

Loading…
Cancel
Save