From 205e0526554aaac5089ca353e5d4e708f2e0e635 Mon Sep 17 00:00:00 2001 From: Marc MAURICE Date: Mon, 13 Jun 2011 22:45:25 +0200 Subject: [PATCH] Added GPL license on top of tar.php --- plugins/tar/tar.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/plugins/tar/tar.php b/plugins/tar/tar.php index 3554622..3864e1a 100644 --- a/plugins/tar/tar.php +++ b/plugins/tar/tar.php @@ -1,4 +1,21 @@ . +*/ # do not enable recursive tars by default $TAR_FLAGS = "--no-recursion";