phpmyadmin/resources/templates/changelog.twig
Maurício Meneghini Fauth 195d049b69
Refactor ChangeLogController to use the new changelog file
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-10-14 13:20:52 -03:00

15 lines
425 B
Twig

<!doctype html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex,nofollow">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>phpMyAdmin - ChangeLog</title>
</head>
<body>
<pre>{{ changelog|raw }}</pre>
</body>
</html>