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 LogoService for Windows (#6375)
[openemr.git]
/
library
/
user.inc
blob
078394c5f82aeb9c8943c25f207c8bef0eddaeff
1
<?php
2
3
/**
4
* Part of .inc migration to .inc.php to better support source code editors.
5
* - user.inc stub that redirects to user.inc.php
6
* - Timeframe: this script can be remove in mid 2023
7
*/
8
9
require_once(dirname(__FILE__) . "/user.inc.php");