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
styling adjustments (#822)
[openemr.git]
/
interface
/
forms
/
ros
/
new.php
blob
39fe554763d46f278ec342f01c20809c937d74e4
1
<
?php
2
include_once
(
"../../globals.php"
);
3
include_once
(
"
$srcdir
/api.inc"
);
4
5
require
(
"C_FormROS.class.php"
);
6
7
$c
=
new
C_FormROS
();
8
echo
$c
->
default_action
();
9
?
>