PK Default page
One Hat Cyber Team
  • Dir : ~/usr/share/phpmyadmin/libraries/classes/Database/
  • Edit File: Routines.php
    '; $output .= '
    '; $this->response->addHTML($output); return; } $message = sprintf( __( 'Error in processing request: No routine with name %1$s found in database %2$s.' . ' You might be lacking the necessary privileges to view/export this routine.' ), $itemName, htmlspecialchars(Util::backquote($db)) ); $message = Message::error($message); if ($this->response->isAjax()) { $this->response->setRequestStatus(false); $this->response->addJSON('message', $message); exit; } $this->response->addHTML($message->getDisplay()); } }