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
fix procedure dx history finder (#3461)
[openemr.git]
/
tests
/
bootstrap.php
blob
c7c2c11a5860e2969a2b4466ffac30f3cab498ae
1
<
?php
2
3
declare
(
strict_types
=
1
);
4
5
$_GET
[
'site'
] =
'default'
;
6
$ignoreAuth
=
true
;
7
require_once
(
__DIR__
.
"/../interface/globals.php"
);