From 51138393b4b8a3d0381f598479fc01a248ed6729 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Sat, 21 May 2011 15:24:06 +1000 Subject: [PATCH] experimental scp writing --- inc/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/functions.php b/inc/functions.php index 20118599..231879fa 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -228,7 +228,7 @@ system($command); // Delete temporary file unlink($file); - exit; + return; } if(!$fp = fopen($path, 'c'))