Browse Source

Revert htaccess

pull/255/head
Danang Probo Sayekti 10 years ago
parent
commit
1265580b24
16 changed files with 3 additions and 19 deletions
  1. +0
    -1
      cache/.htaccess
  2. +0
    -1
      content/.htaccess
  3. +0
    -4
      content/images/.htaccess
  4. +0
    -1
      system/.htaccess
  5. +0
    -1
      system/admin/editor/.htaccess
  6. +3
    -1
      system/admin/views/update.html.php
  7. +0
    -1
      system/admin/views/updated-to.html.php
  8. +0
    -1
      system/resources/.htaccess
  9. +0
    -1
      themes/.htaccess
  10. +0
    -1
      themes/blog/css/.htaccess
  11. +0
    -1
      themes/blog/fonts/.htaccess
  12. +0
    -1
      themes/blog/images/.htaccess
  13. +0
    -1
      themes/clean/css/.htaccess
  14. +0
    -1
      themes/default/css/.htaccess
  15. +0
    -1
      themes/default/img/.htaccess
  16. +0
    -1
      themes/logs/css/.htaccess

+ 0
- 1
cache/.htaccess View File

@ -1 +0,0 @@
deny from all

+ 0
- 1
content/.htaccess View File

@ -1 +0,0 @@
deny from all

+ 0
- 4
content/images/.htaccess View File

@ -1,4 +0,0 @@
Deny from all
<Files ~ "\.(jpg|png|gif)$">
Allow from all
</Files>

+ 0
- 1
system/.htaccess View File

@ -1 +0,0 @@
deny from all

+ 0
- 1
system/admin/editor/.htaccess View File

@ -1 +0,0 @@
allow from all

+ 3
- 1
system/admin/views/update.html.php View File

@ -30,4 +30,6 @@ if ($updater->able()) {
echo \Michelf\MarkdownExtra::defaultTransform($info['body']); echo \Michelf\MarkdownExtra::defaultTransform($info['body']);
echo '</div>'; echo '</div>';
echo '<p>Read on <a target="_blank" href="' . $info['html_url'] . '">Github</a>.</p>'; echo '<p>Read on <a target="_blank" href="' . $info['html_url'] . '">Github</a>.</p>';
}
}
migrate_old_content();

+ 0
- 1
system/admin/views/updated-to.html.php View File

@ -6,5 +6,4 @@
<?php <?php
require_once "system/upgrade/run.php"; require_once "system/upgrade/run.php";
migrate_old_content();
?> ?>

+ 0
- 1
system/resources/.htaccess View File

@ -1 +0,0 @@
allow from all

+ 0
- 1
themes/.htaccess View File

@ -1 +0,0 @@
deny from all

+ 0
- 1
themes/blog/css/.htaccess View File

@ -1 +0,0 @@
allow from all

+ 0
- 1
themes/blog/fonts/.htaccess View File

@ -1 +0,0 @@
allow from all

+ 0
- 1
themes/blog/images/.htaccess View File

@ -1 +0,0 @@
allow from all

+ 0
- 1
themes/clean/css/.htaccess View File

@ -1 +0,0 @@
allow from all

+ 0
- 1
themes/default/css/.htaccess View File

@ -1 +0,0 @@
allow from all

+ 0
- 1
themes/default/img/.htaccess View File

@ -1 +0,0 @@
allow from all

+ 0
- 1
themes/logs/css/.htaccess View File

@ -1 +0,0 @@
allow from all

Loading…
Cancel
Save