One Hat Cyber Team
  • Dir : ~/usr/share/phpmyadmin/libraries/classes/Database/
  • View File Name : Events.php
    '; echo "
    \n" . '' . $title . "\n" . $exportData . "
    \n"; return; } $message = sprintf( __('Error in processing request: No event with name %1$s found in database %2$s.'), $itemName, htmlspecialchars(Util::backquote($db)) ); $message = Message::error($message); if ($this->response->isAjax()) { $this->response->setRequestStatus(false); $this->response->addJSON('message', $message); exit; } echo $message->getDisplay(); } }