/[smecontribs]/rpms/smeserver-phpki-ng/contribs10/smeserver-phpki-ng-0.3-bz12268-bz12266-bz11440-bz11439.patch |
Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.2 by jpp, Sat Dec 17 07:11:08 2022 UTC | Revision 1.3 by jpp, Wed Dec 28 20:13:52 2022 UTC | |
---|---|---|
# | Line 189 diff -Nur --no-dereference smeserver-php | Line 189 diff -Nur --no-dereference smeserver-php |
189 | + || warn "Cannot open input file /opt/phpki/html/config.php: $!\n"; | + || warn "Cannot open input file /opt/phpki/html/config.php: $!\n"; |
190 | + while (<RD>) | + while (<RD>) |
191 | + { | + { |
192 | + chop; | + chomp; |
193 | + next if grep { /^$/ } $_ ; | + next if grep { /^$/ } $_ ; |
194 | + next if grep { /^\?>/ } $_; | + next if grep { /^\?/ } $_; |
195 | + push @lines, $_; | + push @lines, $_; |
196 | + $lines{$_} = 1; | + $lines{$_} = 1; |
197 | + } | + } |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |