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
fixed, contribution by danly7
[openemr.git]
/
contrib
/
forms
/
prior_auth
/
save.php
blob
77fa392769feca38f5e786468ce0a6413c47803d
1
<
?php
2
include_once
(
"../../globals.php"
);
3
include_once
(
"
$srcdir
/api.inc"
);
4
5
require
(
"C_FormPriorAuth.class.php"
);
6
$c
=
new
C_FormPriorAuth
();
7
echo
$c
->
default_action_process
(
$_POST
);
8
@formJump
();
9
?
>