Skip to content

Commit

Permalink
security: htaccess deny
Browse files Browse the repository at this point in the history
  • Loading branch information
lenochware committed Mar 18, 2022
1 parent ece0e1b commit e378e00
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
3 changes: 2 additions & 1 deletion _install/.htaccess
@@ -1 +1,2 @@
deny from all
order allow,deny
deny from all
4 changes: 2 additions & 2 deletions config.php
Expand Up @@ -2,10 +2,10 @@

$config = array(
'padmin.name' => 'padmin',
'padmin.version' => '2.0.0',
'padmin.version' => '2.0.5',
'padmin.debugmode' => false,
'padmin.logging' => false,
'padmin.lang' => 'cs',
/*'padmin.lang' => 'cs',*/

'pclib.security' => array(
'tpl-escape' => true,
Expand Down
2 changes: 2 additions & 0 deletions controllers/.htaccess
@@ -0,0 +1,2 @@
order allow,deny
deny from all
2 changes: 2 additions & 0 deletions jobs/.htaccess
@@ -0,0 +1,2 @@
order allow,deny
deny from all
2 changes: 2 additions & 0 deletions libs/.htaccess
@@ -0,0 +1,2 @@
order allow,deny
deny from all
3 changes: 2 additions & 1 deletion tpl/.htaccess
@@ -1 +1,2 @@
deny from all
order allow,deny
deny from all

0 comments on commit e378e00

Please sign in to comment.