Initial commit
This commit is contained in:
11
lotgd-web/lotgd/lib/nltoappon.php
Executable file
11
lotgd-web/lotgd/lib/nltoappon.php
Executable file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
// translator ready
|
||||
// addnews ready
|
||||
// mail ready
|
||||
function nltoappon($in){
|
||||
$out = str_replace("\r\n","\n",$in);
|
||||
$out = str_replace("\r","\n",$out);
|
||||
$out = str_replace("\n","`n",$out);
|
||||
return $out;
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user