Append line endings
This commit is contained in:
parent
40d5702d27
commit
9ee72568ef
59 changed files with 10644 additions and 10643 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue