예제 #1
0
파일: view.php 프로젝트: katopenzz/openemr
<?php

include_once "../../globals.php";
include_once "{$srcdir}/api.inc";
require "C_FormProsthesis.class.php";
$c = new C_FormProsthesis();
echo $c->view_action($_GET['id']);