[feature/consistent-file-endings] Remove remaining ?> from PHP files.

This commit is contained in:
Andreas Fischer 2012-06-11 10:19:32 +02:00
parent 2306b73677
commit 5923f4ad68
2 changed files with 0 additions and 2 deletions

View File

@ -140,4 +140,3 @@ function crypt_random($min = 0, $max = 0x7FFFFFFF)
extract(unpack('Nrandom', $crypto->encrypt("\0\0\0\0")));
return abs($random) % ($max - $min) + $min;
}
?>

View File

@ -1415,4 +1415,3 @@ class Net_SSH1 {
return rtrim($this->server_identification);
}
}
?>