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
stop reporting of a custom error (it is benign) to the php logfile
[openemr.git]
/
contrib
/
forms
/
review_of_systems
/
new.php
blob
95cd8ffae68d715d50daff61a54624d8e28aa489
1
<
?php
2
include_once
(
"../../globals.php"
);
3
include_once
(
"
$srcdir
/api.inc"
);
4
5
require
(
"C_FormReviewOfSystems.class.php"
);
6
7
$c
=
new
C_FormReviewOfSystems
();
8
echo
$c
->
default_action
();
9
?
>