From 554342859467cd1556d216101fdbbc268f64eb9c Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 27 Dec 2008 05:39:34 +0000 Subject: TFTP set permissions to 744 for uploaded TFTP files. --- packages/tftp/tftp_files.tmp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/tftp/tftp_files.tmp') diff --git a/packages/tftp/tftp_files.tmp b/packages/tftp/tftp_files.tmp index 1ea1a346..b44ea22d 100644 --- a/packages/tftp/tftp_files.tmp +++ b/packages/tftp/tftp_files.tmp @@ -62,7 +62,8 @@ if ($_GET['a'] == "other") { //extract a specific directory to /tftpboot if (file_exists('/tmp/'.$filename)) { //echo "The file $filename exists"; - system('cd /; tar xvpfz /tmp/'.$filename); + system('cd /; tar xvpfz /tmp/'.$filename); + system('chmod -R 744 /tftpboot/*'); header( 'Location: tftp_files.php?savemsg=Backup+has+been+restored.' ) ; } else { -- cgit v1.2.3