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 in lab module to display values that are 0
[openemr.git]
/
controller.php
blob
16f9cfc78b3d86c742e47301838e614955797b5f
1
<
?php
2
require_once
(
"interface/globals.php"
);
3
require_once
(
"library/classes/Controller.class.php"
);
4
5
$controller
=
new
Controller
();
6
echo
$controller
->
act
(
$_GET
);
7
8
?
>