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
Additional early check in validation to add/edit event screen (optional) (#729)
[openemr.git]
/
controller.php
blob
984f38fd156b9b029bc3be23fef3f86202b7ebd6
1
<
?php
2
require_once
(
"interface/globals.php"
);
3
4
$controller
=
new
Controller
();
5
echo
$controller
->
act
(
$_GET
);
6
7
?
>