Fix - Calendar (day view) - missing recurring event indicator symbol for recurrtype...
[openemr.git] / interface / login / validateUser.php
blob2fab02974891e1454837e23c45e8790cc2429fd4
1 <?php
2 // Kevin Yeh :: This page was a security risk that allowed verification of users.
3 // It should not be called anymore, but rather than deleting the file it is being left as
4 // stub because it is not possible for the current patch mechanism to delete files.
6 // Use new security method
7 $fake_register_globals=false;
8 $sanitize_all_escapes=true;
10 $ignoreAuth=true;
11 include_once("../globals.php");
12 include_once("$srcdir/sql.inc");
15 echo xlt("This page deactivated for security reasons.");