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
add feature to see appointment by clicking on its time
[openemr.git]
/
interface
/
index.php
blob
47265c672726f79582639a7ebe1d4d7ce83801d6
1
<
?
2
include_once
(
"./globals.php"
);
3
4
?
>
5
6
<
html
>
7
<
head
>
8
9
10
</
head
>
11
<
body ONLOAD
=
"javascript:top.location.href='<?echo "
$rootdir
/
login
/
login_frame
.
php
"?>';"
>
12
13
14
15
</
body
>
16
</
html
>