From a4ab001b1f73f1ed21a997d86c6395afbe6be1f7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org> Date: Thu, 20 Nov 2008 05:35:38 +0000 Subject: [PATCH] Some updates --- .gitattributes | 1 + application/.htaccess | 1 + package.sh | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 application/.htaccess diff --git a/.gitattributes b/.gitattributes index 7905a24..46261ec 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ * text=auto !eol /Doxyfile -text +application/.htaccess -text application/admin/.htaccess -text application/admin/admin/.htaccess -text application/admin/class_ApplicationHelper.php -text diff --git a/application/.htaccess b/application/.htaccess new file mode 100644 index 0000000..3a42882 --- /dev/null +++ b/application/.htaccess @@ -0,0 +1 @@ +Deny from all diff --git a/package.sh b/package.sh index ef5f11b..c1dccb5 100755 --- a/package.sh +++ b/package.sh @@ -1,6 +1,6 @@ #!/bin/sh # Prefix of archive -PREFIX="xxx" +PREFIX="admin_dev" sh ./clear-cache.sh -- 2.39.5