Fix check for encrypted file (bug #1596304).
[phpmyadmin/crack.git] / pmd_help.php
blob4cdda9c5b0cba31a7f77d9e14389bb3884c69e93
1 <?php
2 /* $Id$ */
3 // vim: expandtab sw=4 ts=4 sts=4:
5 require_once 'pmd_session.php';
6 ?>
7 <html>
8 <head>
9 <?php if(0){ ?>
10 <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
11 <link rel="stylesheet" type="text/css" href="./libraries/pmd/styles/default/style1.css">
12 <?php } ?>
13 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset ?>" />
14 <link rel="stylesheet" type="text/css" href="./libraries/pmd/styles/<?php echo $GLOBALS['PMD']['STYLE'] ?>/style1.css">
15 <title>phpMyDesigner</title>
16 </head>
18 <body>
19 <?php echo $GLOBALS['strToSelectRelation']; ?><br>
20 <img src="pmd/images/help_relation.png" border="1">
21 </body>
22 </html>