initial commit of file from CVS for smeserver-phpki-ng on Sat Sep 7 20:50:40 AEST 2024
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
$OUT .= "";
|
||||
foreach my $line (@lines)
|
||||
{
|
||||
chomp $line;
|
||||
next if grep { /^$/ } $line ;
|
||||
push @lines, $_;
|
||||
|
||||
$OUT .= "$line\n";
|
||||
}
|
||||
$OUT .= "?>";
|
||||
}
|
Reference in New Issue
Block a user