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
more organization of autoloaded files (#424)
[openemr.git]
/
interface
/
index.php
blob
d1b213090134ac7488f24aa96b0368a2730f70e0
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
.
php
"; ?>';"
>
12
13
</
body
>
14
</
html
>