From: Roland Häder Date: Thu, 20 Nov 2008 05:35:38 +0000 (+0000) Subject: Some updates X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a4ab001b1f73f1ed21a997d86c6395afbe6be1f7;p=admin.git Some updates --- 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