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 for deleting payments via the Front Office Receipts report.
[openemr.git]
/
controller.php
blob
0587e2495c5bb4b8f1b704c68d01380343ebde6d
1
<
?php
2
require_once
(
"interface/globals.php"
);
3
require_once
(
"library/classes/Controller.class.php"
);
4
5
echo
Controller
::
act
(
$_GET
);
6
7
?
>