* Mon May 12 2025 Brian Read <brianr@koozali.org> 11.0.0-1.sme
- Adding SM2 panel [SME: 13004] - Upgrade to phpsysinfo 3.4.4 - Add code to delete inline styles and add css to make it look better. - version saved / built uses the static version, which means no drops downs and choices.
This commit is contained in:
@@ -4,13 +4,12 @@ Alias /phpsysinfo /opt/phpsysinfo
|
||||
<Directory /opt/phpsysinfo>
|
||||
SSLRequireSSL
|
||||
Options -Indexes
|
||||
AuthName "phpSysInfo"
|
||||
AuthBasicProvider external
|
||||
AuthType Basic
|
||||
AuthExternal pwauth
|
||||
#AuthName "phpSysInfo"
|
||||
#AuthBasicProvider external
|
||||
#AuthType Basic
|
||||
#AuthExternal pwauth
|
||||
|
||||
<RequireAll>
|
||||
Require user admin
|
||||
Require {(($phpmyadmin{access} || 'private' ) eq "public" ) ? "all granted": "ip $localAccess $externalSSLAccess";}
|
||||
</RequireAll>
|
||||
|
||||
@@ -19,5 +18,4 @@ Alias /phpsysinfo /opt/phpsysinfo
|
||||
SetHandler "proxy:unix:/var/run/php-fpm/php.sock|fcgi://localhost"
|
||||
</FilesMatch>
|
||||
|
||||
</Directory>
|
||||
|
||||
</Directory>
|
Reference in New Issue
Block a user