How to allow access to my phpMyAdmin using iframe? I tried to delete cross_framing_protection.js, no changes.
cross_framing_protection.js
Using this simple iframe code
<iframe src="http://somedomain.com/phpMyAdmin/"></iframe>
Just add this line to your config.inc.php file:
$cfg['AllowThirdPartyFraming'] = true;
Source: https://habr.com/ru/post/1537228/More articles:Does JGit Git support credentials? - gitIn Lua, indexing a table with a table as a key __eq metadata call? - luaAttaching multiple files to gawk - awkHTML / CSS - Scrolling backgrounds fixed - htmlSearch R file by used package - rWhat language is in the ".liquid" files? - shopifyCounting page views using the "impressionist" Ruby on Rails gem - ruby | fooobar.comПолучение данных из базы данных MySQL с использованием PHP, отображение ее в форме для редактирования - phpCreating an SVG image by merging other SVG files - phpAnt - difference between task and goal - javaAll Articles