Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
phpmyadmin script
SUBMITTED BY:
estobayus
DATE:
Nov. 28, 2022, 6:30 a.m.
FORMAT:
Text only
SIZE:
411 Bytes
Raw
Download
Tweet
HITS:
60875
Go to comments
Report
<Directory /usr/share/phpMyAdmin/>
AddDefaultCharset UTF-8
<IfModule mod_authz_core.c>
# Apache 2.4
<RequireAny>
Require all granted
Require ip 127.0.0.1
Require ip ::1
</RequireAny>
</IfModule>
<IfModule !mod_authz_core.c>
# Apache 2.2
Order Deny,Allow
Allow from All
Allow from 127.0.0.1
Allow from ::1
</IfModule>
</Directory>
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus