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 auto create of group's encounters and warning message
[openemr.git]
/
controller.php
blob
e66daf59f21c6f81a52df67661bfbeee5cf4e3c6
1
<
?php
2
require_once
(
"interface/globals.php"
);
3
4
$controller
=
new
Controller
();
5
echo
$controller
->
act
(
$_GET
);