From d1d83c9e97fc4542a0b8c19ddf27fef3a0beb46e Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 16 Sep 2013 21:22:52 +0200 Subject: Remove executable bits Signed-off-by: Florian Pritz --- application/.htaccess | 0 application/cache/.htaccess | 0 application/cache/index.html | 0 application/controllers/index.html | 0 application/core/index.html | 0 application/errors/error_404.php | 0 application/errors/error_db.php | 0 application/errors/error_general.php | 0 application/errors/error_php.php | 0 application/errors/index.html | 0 application/helpers/index.html | 0 application/hooks/index.html | 0 application/index.html | 0 application/language/english/index.html | 0 application/libraries/index.html | 0 application/logs/index.html | 0 application/models/index.html | 0 application/third_party/index.html | 0 application/views/index.html | 0 19 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 application/.htaccess mode change 100755 => 100644 application/cache/.htaccess mode change 100755 => 100644 application/cache/index.html mode change 100755 => 100644 application/controllers/index.html mode change 100755 => 100644 application/core/index.html mode change 100755 => 100644 application/errors/error_404.php mode change 100755 => 100644 application/errors/error_db.php mode change 100755 => 100644 application/errors/error_general.php mode change 100755 => 100644 application/errors/error_php.php mode change 100755 => 100644 application/errors/index.html mode change 100755 => 100644 application/helpers/index.html mode change 100755 => 100644 application/hooks/index.html mode change 100755 => 100644 application/index.html mode change 100755 => 100644 application/language/english/index.html mode change 100755 => 100644 application/libraries/index.html mode change 100755 => 100644 application/logs/index.html mode change 100755 => 100644 application/models/index.html mode change 100755 => 100644 application/third_party/index.html mode change 100755 => 100644 application/views/index.html (limited to 'application') diff --git a/application/.htaccess b/application/.htaccess old mode 100755 new mode 100644 diff --git a/application/cache/.htaccess b/application/cache/.htaccess old mode 100755 new mode 100644 diff --git a/application/cache/index.html b/application/cache/index.html old mode 100755 new mode 100644 diff --git a/application/controllers/index.html b/application/controllers/index.html old mode 100755 new mode 100644 diff --git a/application/core/index.html b/application/core/index.html old mode 100755 new mode 100644 diff --git a/application/errors/error_404.php b/application/errors/error_404.php old mode 100755 new mode 100644 diff --git a/application/errors/error_db.php b/application/errors/error_db.php old mode 100755 new mode 100644 diff --git a/application/errors/error_general.php b/application/errors/error_general.php old mode 100755 new mode 100644 diff --git a/application/errors/error_php.php b/application/errors/error_php.php old mode 100755 new mode 100644 diff --git a/application/errors/index.html b/application/errors/index.html old mode 100755 new mode 100644 diff --git a/application/helpers/index.html b/application/helpers/index.html old mode 100755 new mode 100644 diff --git a/application/hooks/index.html b/application/hooks/index.html old mode 100755 new mode 100644 diff --git a/application/index.html b/application/index.html old mode 100755 new mode 100644 diff --git a/application/language/english/index.html b/application/language/english/index.html old mode 100755 new mode 100644 diff --git a/application/libraries/index.html b/application/libraries/index.html old mode 100755 new mode 100644 diff --git a/application/logs/index.html b/application/logs/index.html old mode 100755 new mode 100644 diff --git a/application/models/index.html b/application/models/index.html old mode 100755 new mode 100644 diff --git a/application/third_party/index.html b/application/third_party/index.html old mode 100755 new mode 100644 diff --git a/application/views/index.html b/application/views/index.html old mode 100755 new mode 100644 -- cgit v1.2.3-24-g4f1b