Browse Source

Indentation

Ernesto Nicolás Carrea 5 years ago
parent
commit
765c41cb51
1 changed files with 3 additions and 3 deletions
  1. 3 3
      install/deb/pma/apache.conf

+ 3 - 3
install/deb/pma/apache.conf

@@ -35,9 +35,9 @@ Alias /%pma_alias% /usr/share/phpmyadmin
 # Authorize for setup
 # Authorize for setup
 <Directory /usr/share/phpmyadmin/setup>
 <Directory /usr/share/phpmyadmin/setup>
     <IfModule mod_authn_file.c>
     <IfModule mod_authn_file.c>
-    AuthType Basic
-    AuthName "phpMyAdmin Setup"
-    AuthUserFile /etc/phpmyadmin/htpasswd.setup
+        AuthType Basic
+        AuthName "phpMyAdmin Setup"
+        AuthUserFile /etc/phpmyadmin/htpasswd.setup
     </IfModule>
     </IfModule>
     Require valid-user
     Require valid-user
 </Directory>
 </Directory>