Append line endings

This commit is contained in:
Ben Goldsworthy 2021-02-23 16:00:59 +00:00
parent cf3616f65c
commit 8d0ebdb859
59 changed files with 10667 additions and 10666 deletions

View file

@ -18,6 +18,7 @@ function MCI_Footnotes_requirePhpFiles($p_str_Directory) {
// append slash at the end of the Directory if not exist
if (substr($p_str_Directory, -1) != "/") {
$p_str_Directory .= "/";
}
// get all PHP files inside Directory
$l_arr_Files = scandir($p_str_Directory);