repo.or.cz
/
openemr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Improved integrated of patient notes and messages module.
[openemr.git]
/
interface
/
index.php
blob
31c57054f4a6bf3e92bba71c097524522add56d3
1
<
?php
2
include_once
(
"./globals.php"
);
3
?
>
4
5
<
html
>
6
<
head
>
7
<
?php
html_header_show
();
?
>
8
9
10
</
head
>
11
<
body ONLOAD
=
"javascript:top.location.href='<?php echo "
$rootdir
/
login
/
login_frame
.
php
"; ?>';"
>
12
13
</
body
>
14
</
html
>