How can I allow accessing my phpMyAdmin using iframe ? I have try removing cross_framing_protection.js
, no change.
Using this simple iframe code
<iframe src="http://somedomain.com/phpMyAdmin/"></iframe>
Just add to config.inc.php file this line:
$cfg['AllowThirdPartyFraming'] = true;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With