Hi @T. Fendel I have tried to use the last source without iframe, but I don't work. does you have a idea? Version 4.8.1 <?php // this should be declared using an include define ('DBhost', 'localhost'); define ('DBuser', 'user'); define ('DBpass', 'password'); function adminer_object() { class AdminerSoftware extends Adminer { function name() { // custom name in title and heading return 'Software'; } function credentials() { // server, username and password for connecting to database return array(DBhost,...
Hi @T. Fendel I have tried to use the last source without iframe, but I don't work. does you have a idea? Version 4.8.1 <?php // this should be declared using an include define ('DBhost', 'localhost'); define ('DBuser', 'user'); define ('DBpass', 'password'); function adminer_object() { class AdminerSoftware extends Adminer { function name() { // custom name in title and heading return 'Software'; } function credentials() { // server, username and password for connecting to database return array(DBhost,...
Hi @T. Fendel I have tried to use the last source without iframe, but I don't work. does you have a idea? Version 4.8.1 <?php // this should be declared using an include define ('DBhost', 'localhost'); define ('DBuser', 'user'); define ('DBpass', 'password'); function adminer_object() { class AdminerSoftware extends Adminer { function name() { // custom name in title and heading return 'Software'; } function credentials() { // server, username and password for connecting to database return array(DBhost,...
Hi @T. Fendel I have tried your source, but I don't work. does you have a idea? Version 4.8.1 <?php // this should be declared using an include define ('DBhost', 'localhost'); define ('DBuser', 'user'); define ('DBpass', 'password'); function adminer_object() { class AdminerSoftware extends Adminer { function name() { // custom name in title and heading return 'Software'; } function credentials() { // server, username and password for connecting to database return array(DBhost, DBuser, DBpass); }...