Replace x() by isset(), !empty() or defaults()
- Remove extraneous parentheses around empty() calls - Remove duplicate calls to intval(), count() or strlen() after empty() - Replace ternary operators outputting binary value with empty() return value - Rewrite defaults() without x()
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ function modexp_init(App $a) {
|
||||
$e = $r[0]->asnData[1]->asnData[0]->asnData[1]->asnData;
|
||||
|
||||
header("Content-type: application/magic-public-key");
|
||||
echo 'RSA' . '.' . $m . '.' . $e ;
|
||||
echo 'RSA' . '.' . $m . '.' . $e;
|
||||
|
||||
killme();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user