From c46df7876db2bed9837c1e61a81906870eddc9bb Mon Sep 17 00:00:00 2001 From: bradymiller Date: Tue, 8 Oct 2013 19:20:10 -0700 Subject: [PATCH] fixed headers of prior commit --- library/ajax/offsite_portal_ajax.php | 52 +++++++++++++-------------- myportal/soap_service/portal_connectivity.php | 49 ++++++++++++------------- 2 files changed, 49 insertions(+), 52 deletions(-) diff --git a/library/ajax/offsite_portal_ajax.php b/library/ajax/offsite_portal_ajax.php index fa365ef8b..ffb5f0be8 100644 --- a/library/ajax/offsite_portal_ajax.php +++ b/library/ajax/offsite_portal_ajax.php @@ -1,29 +1,29 @@ -// -// -// This program is free software; you can redistribute it and/or -// modify it under the terms of the GNU General Public License -// as published by the Free Software Foundation; either version 2 -// of the License, or (at your option) any later version. -// -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// -// A copy of the GNU General Public License is included along with this program: -// openemr/interface/login/GnuGPL.html -// For more information write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -// -// Author: Eldho Chacko -// Vinish K -// -// +------------------------------------------------------------------------------+ +/** + * Ajax script to connect to offsite patient portal. + * + * Currently supports collecting the vpn connection package and + * can be expanded to support other features in the future. + * + * Copyright (C) 2013 Z&H Consultancy Services Private Limited + * + * LICENSE: This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * You should have received a copy of the GNU General Public License + * along with this program. If not, see ;. + * + * @package OpenEMR + * @author Eldho Chacko + * @author Vinish K + * @link http://www.open-emr.org + */ + //SANITIZE ALL ESCAPES $sanitize_all_escapes=true; // @@ -59,4 +59,4 @@ if($_POST['action'] == 'check_file' && acl_check('admin', 'super')){ echo xlt('Offsite Portal web Service Failed').": ".text($response['value']); } } -?> \ No newline at end of file +?> diff --git a/myportal/soap_service/portal_connectivity.php b/myportal/soap_service/portal_connectivity.php index 9c98dac92..7949b1b3c 100644 --- a/myportal/soap_service/portal_connectivity.php +++ b/myportal/soap_service/portal_connectivity.php @@ -1,29 +1,26 @@ -// -// -// This program is free software; you can redistribute it and/or -// modify it under the terms of the GNU General Public License -// as published by the Free Software Foundation; either version 2 -// of the License, or (at your option) any later version. -// -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// -// A copy of the GNU General Public License is included along with this program: -// openemr/interface/login/GnuGPL.html -// For more information write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -// -// Author: Eldho Chacko -// Vinish K -// -// +------------------------------------------------------------------------------+ +/** + * Offsite Portal connection function library. + * + * Copyright (C) 2013 Z&H Consultancy Services Private Limited + * + * LICENSE: This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * You should have received a copy of the GNU General Public License + * along with this program. If not, see ;. + * + * @package OpenEMR + * @author Eldho Chacko + * @author Vinish K + * @link http://www.open-emr.org + */ + //SANITIZE ALL ESCAPES $sanitize_all_escapes=true; // @@ -56,4 +53,4 @@ function portal_connection(){ ); return $client; } -?> \ No newline at end of file +?> -- 2.11.4.GIT