Fixes #7497 datetimepicker invalid date format (#7499)
[openemr.git] / contrib / forms / snellen / save.php
blob473441a6c9d5feef82f77c3ce5158754dd5de854
1 <?php
3 // Copyright (C) 2009 Aron Racho <aron@mi-squared.com>
4 //
5 // This program is free software; you can redistribute it and/or
6 // modify it under the terms of the GNU General Public License
7 // as published by the Free Software Foundation; either version 2
8 require_once("../../globals.php");
9 require_once("$srcdir/api.inc.php");
11 require("C_FormSnellen.class.php");
12 $c = new C_FormSnellen();
13 echo $c->default_action_process($_POST);
14 @formJump();