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
fix: more php 8.2 and 8.3 fixes (#6330)
[openemr.git]
/
library
/
forms.inc
blob
f51266398817d9a56b5bf6433057846cdb044a5c
1
<?php
2
3
/**
4
* Part of .inc migration to .inc.php to better support source code editors.
5
* - forms.inc stub that redirects to forms.inc.php
6
* - Timeframe: this script can never be removed
7
*/
8
9
require_once(dirname(__FILE__) . "/forms.inc.php");