Feat: upgrade e2e testing (#7766)
[openemr.git] / interface / patient_file / encounter / blank.php
blobc4c346b2194b6bd1d37e2a36ff703135737924e8
1 <?php
3 /**
4 * blank.php
6 * @package OpenEMR
7 * @link http://www.open-emr.org
8 * @author Brady Miller <brady.g.miller@gmail.com>
9 * @copyright Copyright (c) 2018 Brady Miller <brady.g.miller@gmail.com>
10 * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
13 require_once("../../globals.php");
15 use OpenEMR\Core\Header;
18 <html>
19 <head>
21 <?php Header::setupHeader(); ?>
23 </head>
24 <body class="body_bottom">
26 </body>
27 </html>