From 1265580b24b3b1920ee7145ac2756e8718d38755 Mon Sep 17 00:00:00 2001 From: Danang Probo Sayekti Date: Wed, 26 Aug 2015 22:50:42 +0700 Subject: [PATCH] Revert htaccess --- cache/.htaccess | 1 - content/.htaccess | 1 - content/images/.htaccess | 4 ---- system/.htaccess | 1 - system/admin/editor/.htaccess | 1 - system/admin/views/update.html.php | 4 +++- system/admin/views/updated-to.html.php | 1 - system/resources/.htaccess | 1 - themes/.htaccess | 1 - themes/blog/css/.htaccess | 1 - themes/blog/fonts/.htaccess | 1 - themes/blog/images/.htaccess | 1 - themes/clean/css/.htaccess | 1 - themes/default/css/.htaccess | 1 - themes/default/img/.htaccess | 1 - themes/logs/css/.htaccess | 1 - 16 files changed, 3 insertions(+), 19 deletions(-) delete mode 100644 cache/.htaccess delete mode 100644 content/.htaccess delete mode 100644 content/images/.htaccess delete mode 100644 system/.htaccess delete mode 100644 system/admin/editor/.htaccess delete mode 100644 system/resources/.htaccess delete mode 100644 themes/.htaccess delete mode 100644 themes/blog/css/.htaccess delete mode 100644 themes/blog/fonts/.htaccess delete mode 100644 themes/blog/images/.htaccess delete mode 100644 themes/clean/css/.htaccess delete mode 100644 themes/default/css/.htaccess delete mode 100644 themes/default/img/.htaccess delete mode 100644 themes/logs/css/.htaccess diff --git a/cache/.htaccess b/cache/.htaccess deleted file mode 100644 index 3418e55..0000000 --- a/cache/.htaccess +++ /dev/null @@ -1 +0,0 @@ -deny from all \ No newline at end of file diff --git a/content/.htaccess b/content/.htaccess deleted file mode 100644 index 3418e55..0000000 --- a/content/.htaccess +++ /dev/null @@ -1 +0,0 @@ -deny from all \ No newline at end of file diff --git a/content/images/.htaccess b/content/images/.htaccess deleted file mode 100644 index bb3e49d..0000000 --- a/content/images/.htaccess +++ /dev/null @@ -1,4 +0,0 @@ -Deny from all - - Allow from all - \ No newline at end of file diff --git a/system/.htaccess b/system/.htaccess deleted file mode 100644 index 3418e55..0000000 --- a/system/.htaccess +++ /dev/null @@ -1 +0,0 @@ -deny from all \ No newline at end of file diff --git a/system/admin/editor/.htaccess b/system/admin/editor/.htaccess deleted file mode 100644 index 72d0a6e..0000000 --- a/system/admin/editor/.htaccess +++ /dev/null @@ -1 +0,0 @@ -allow from all \ No newline at end of file diff --git a/system/admin/views/update.html.php b/system/admin/views/update.html.php index bbcf99c..0a58922 100644 --- a/system/admin/views/update.html.php +++ b/system/admin/views/update.html.php @@ -30,4 +30,6 @@ if ($updater->able()) { echo \Michelf\MarkdownExtra::defaultTransform($info['body']); echo ''; echo '

Read on Github.

'; -} \ No newline at end of file +} + +migrate_old_content(); \ No newline at end of file diff --git a/system/admin/views/updated-to.html.php b/system/admin/views/updated-to.html.php index 4faf8e6..16c3997 100644 --- a/system/admin/views/updated-to.html.php +++ b/system/admin/views/updated-to.html.php @@ -6,5 +6,4 @@ \ No newline at end of file diff --git a/system/resources/.htaccess b/system/resources/.htaccess deleted file mode 100644 index 72d0a6e..0000000 --- a/system/resources/.htaccess +++ /dev/null @@ -1 +0,0 @@ -allow from all \ No newline at end of file diff --git a/themes/.htaccess b/themes/.htaccess deleted file mode 100644 index 3418e55..0000000 --- a/themes/.htaccess +++ /dev/null @@ -1 +0,0 @@ -deny from all \ No newline at end of file diff --git a/themes/blog/css/.htaccess b/themes/blog/css/.htaccess deleted file mode 100644 index 72d0a6e..0000000 --- a/themes/blog/css/.htaccess +++ /dev/null @@ -1 +0,0 @@ -allow from all \ No newline at end of file diff --git a/themes/blog/fonts/.htaccess b/themes/blog/fonts/.htaccess deleted file mode 100644 index 72d0a6e..0000000 --- a/themes/blog/fonts/.htaccess +++ /dev/null @@ -1 +0,0 @@ -allow from all \ No newline at end of file diff --git a/themes/blog/images/.htaccess b/themes/blog/images/.htaccess deleted file mode 100644 index 72d0a6e..0000000 --- a/themes/blog/images/.htaccess +++ /dev/null @@ -1 +0,0 @@ -allow from all \ No newline at end of file diff --git a/themes/clean/css/.htaccess b/themes/clean/css/.htaccess deleted file mode 100644 index 72d0a6e..0000000 --- a/themes/clean/css/.htaccess +++ /dev/null @@ -1 +0,0 @@ -allow from all \ No newline at end of file diff --git a/themes/default/css/.htaccess b/themes/default/css/.htaccess deleted file mode 100644 index 72d0a6e..0000000 --- a/themes/default/css/.htaccess +++ /dev/null @@ -1 +0,0 @@ -allow from all \ No newline at end of file diff --git a/themes/default/img/.htaccess b/themes/default/img/.htaccess deleted file mode 100644 index 72d0a6e..0000000 --- a/themes/default/img/.htaccess +++ /dev/null @@ -1 +0,0 @@ -allow from all \ No newline at end of file diff --git a/themes/logs/css/.htaccess b/themes/logs/css/.htaccess deleted file mode 100644 index 72d0a6e..0000000 --- a/themes/logs/css/.htaccess +++ /dev/null @@ -1 +0,0 @@ -allow from all \ No newline at end of file