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
Merge branch 'master' of git://github.com/openemr/openemr
[openemr.git]
/
interface
/
forms
/
soap
/
save.php
blob
6850a8993d1df10cbec3e2444aae73c26402e6e9
1
<
?php
2
include_once
(
"../../globals.php"
);
3
include_once
(
"
$srcdir
/api.inc"
);
4
5
require
(
"C_FormSOAP.class.php"
);
6
$c
=
new
C_FormSOAP
();
7
echo
$c
->
default_action_process
(
$_POST
);
8
@formJump
();
9
?
>