This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
kiduc
/
bibiuc.com
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
59
Wiki
Activity
Browse Source
Revert htaccess
pull/255/head
Danang Probo Sayekti
10 years ago
parent
796fe29d95
commit
1265580b24
16 changed files
with
3 additions
and
19 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
cache/.htaccess
+0
-1
content/.htaccess
+0
-4
content/images/.htaccess
+0
-1
system/.htaccess
+0
-1
system/admin/editor/.htaccess
+3
-1
system/admin/views/update.html.php
+0
-1
system/admin/views/updated-to.html.php
+0
-1
system/resources/.htaccess
+0
-1
themes/.htaccess
+0
-1
themes/blog/css/.htaccess
+0
-1
themes/blog/fonts/.htaccess
+0
-1
themes/blog/images/.htaccess
+0
-1
themes/clean/css/.htaccess
+0
-1
themes/default/css/.htaccess
+0
-1
themes/default/img/.htaccess
+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
'</div>'
;
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
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
Write
Preview
Loading…
Cancel
Save