@@ -338,14 +338,14 @@ discard block |
||
| 338 | 338 | case \core\Options::TYPECODE_TEXT: |
| 339 | 339 | case \core\Options::TYPECODE_COORDINATES: |
| 340 | 340 | case \core\Options::TYPECODE_INTEGER: |
| 341 | - $varName = $listOfEntries["$objId-" . self::VALIDATOR_FUNCTIONS[$optioninfo['type']]['field']]; |
|
| 341 | + $varName = $listOfEntries["$objId-".self::VALIDATOR_FUNCTIONS[$optioninfo['type']]['field']]; |
|
| 342 | 342 | if (!empty($varName)) { |
| 343 | 343 | $content = call_user_func_array([$this->validator, self::VALIDATOR_FUNCTIONS[$optioninfo['type']]['function']], array_merge([$varName], self::VALIDATOR_FUNCTIONS[$optioninfo['type']]['extraarg'])); |
| 344 | 344 | break; |
| 345 | 345 | } |
| 346 | 346 | continue 2; |
| 347 | 347 | case \core\Options::TYPECODE_BOOLEAN: |
| 348 | - $varName = $listOfEntries["$objId-" . \core\Options::TYPECODE_BOOLEAN]; |
|
| 348 | + $varName = $listOfEntries["$objId-".\core\Options::TYPECODE_BOOLEAN]; |
|
| 349 | 349 | if (!empty($varName)) { |
| 350 | 350 | $contentValid = $this->validator->boolean($varName); |
| 351 | 351 | if ($contentValid) { |
@@ -358,7 +358,7 @@ discard block |
||
| 358 | 358 | } |
| 359 | 359 | continue 2; |
| 360 | 360 | case \core\Options::TYPECODE_STRING: |
| 361 | - $previsionalContent = $listOfEntries["$objId-" . \core\Options::TYPECODE_STRING]; |
|
| 361 | + $previsionalContent = $listOfEntries["$objId-".\core\Options::TYPECODE_STRING]; |
|
| 362 | 362 | if (!empty($previsionalContent)) { |
| 363 | 363 | $content = $this->furtherStringChecks($objValue, $previsionalContent, $bad); |
| 364 | 364 | if ($content === FALSE) { |
@@ -369,15 +369,15 @@ discard block |
||
| 369 | 369 | continue 2; |
| 370 | 370 | case \core\Options::TYPECODE_FILE: |
| 371 | 371 | // this is either actually an uploaded file, or a reference to a DB entry of a previously uploaded file |
| 372 | - $reference = $listOfEntries["$objId-" . \core\Options::TYPECODE_STRING]; |
|
| 372 | + $reference = $listOfEntries["$objId-".\core\Options::TYPECODE_STRING]; |
|
| 373 | 373 | if (!empty($reference)) { // was already in, by ROWID reference, extract |
| 374 | 374 | // ROWID means it's a multi-line string (simple strings are inline in the form; so allow whitespace) |
| 375 | 375 | $content = $this->validator->string(urldecode($reference), TRUE); |
| 376 | 376 | break; |
| 377 | 377 | } |
| 378 | - $fileName = $listOfEntries["$objId-" . \core\Options::TYPECODE_FILE] ?? ""; |
|
| 378 | + $fileName = $listOfEntries["$objId-".\core\Options::TYPECODE_FILE] ?? ""; |
|
| 379 | 379 | if ($fileName != "") { // let's do the download |
| 380 | - $rawContent = \core\common\OutsideComm::downloadFile("file:///" . $fileName); |
|
| 380 | + $rawContent = \core\common\OutsideComm::downloadFile("file:///".$fileName); |
|
| 381 | 381 | |
| 382 | 382 | if ($rawContent === FALSE || !$this->checkUploadSanity($objValue, $rawContent)) { |
| 383 | 383 | $bad[] = $objValue; |
@@ -388,7 +388,7 @@ discard block |
||
| 388 | 388 | } |
| 389 | 389 | continue 2; |
| 390 | 390 | default: |
| 391 | - throw new Exception("Internal Error: Unknown option type " . $objValue . "!"); |
|
| 391 | + throw new Exception("Internal Error: Unknown option type ".$objValue."!"); |
|
| 392 | 392 | } |
| 393 | 393 | // lang can be NULL here, if it's not a multilang attribute, or a ROWID reference. Never mind that. |
| 394 | 394 | $retval[] = ["$objValue" => ["lang" => $languageFlag, "content" => $content]]; |
@@ -121,7 +121,7 @@ |
||
| 121 | 121 | if ($trailerPosition !== FALSE) { |
| 122 | 122 | $base = substr($scriptself, 0, $trailerPosition); |
| 123 | 123 | if ($base !== FALSE) { |
| 124 | - $url = "//$servername" . $base . "/logout_check.php"; |
|
| 124 | + $url = "//$servername".$base."/logout_check.php"; |
|
| 125 | 125 | } |
| 126 | 126 | } |
| 127 | 127 | |
@@ -136,19 +136,19 @@ discard block |
||
| 136 | 136 | protected function htmlPreEdit($wizardMode, $additional) { |
| 137 | 137 | \core\common\Entity::intoThePotatoes(); |
| 138 | 138 | $retval = "<fieldset class='option_container'> |
| 139 | - <legend><strong>" . _("Location") . "</strong></legend>"; |
|
| 139 | + <legend><strong>" . _("Location")."</strong></legend>"; |
|
| 140 | 140 | |
| 141 | 141 | if ($wizardMode) { |
| 142 | - $retval .= "<p>" . |
|
| 143 | - _("The user download interface (see <a href='../'>here</a>), uses geolocation to suggest possibly matching IdPs to the user. The more precise you define the location here, the easier your users will find you.") . |
|
| 142 | + $retval .= "<p>". |
|
| 143 | + _("The user download interface (see <a href='../'>here</a>), uses geolocation to suggest possibly matching IdPs to the user. The more precise you define the location here, the easier your users will find you."). |
|
| 144 | 144 | "</p> |
| 145 | 145 | <ul>" . |
| 146 | 146 | _("<li>Drag the marker in the map to your place, or</li> |
| 147 | 147 | <li>enter your street address in the field below for lookup, or</li> |
| 148 | -<li>use the 'Locate Me!' button</li>") . |
|
| 148 | +<li>use the 'Locate Me!' button</li>"). |
|
| 149 | 149 | "</ul> |
| 150 | 150 | <strong>" . |
| 151 | - _("We will use the coordinates as indicated by the marker for geolocation.") . |
|
| 151 | + _("We will use the coordinates as indicated by the marker for geolocation."). |
|
| 152 | 152 | "</strong>"; |
| 153 | 153 | } |
| 154 | 154 | if ($additional) { |
@@ -166,7 +166,7 @@ discard block |
||
| 166 | 166 | */ |
| 167 | 167 | protected function htmlPostEdit($allowDirectInput) { |
| 168 | 168 | \core\common\Entity::intoThePotatoes(); |
| 169 | - $retval = "<br/>" . _("Latitude:") . " <input style='width:80px' name='geo_lat' id='geo_lat' " .($allowDirectInput ? "": "readonly"). ">" . _("Longitude:") . " <input name='geo_long' id='geo_long' style='width:80px' " .($allowDirectInput ? "": "readonly"). "></fieldset>"; |
|
| 169 | + $retval = "<br/>"._("Latitude:")." <input style='width:80px' name='geo_lat' id='geo_lat' ".($allowDirectInput ? "" : "readonly").">"._("Longitude:")." <input name='geo_long' id='geo_long' style='width:80px' ".($allowDirectInput ? "" : "readonly")."></fieldset>"; |
|
| 170 | 170 | \core\common\Entity::outOfThePotatoes(); |
| 171 | 171 | return $retval; |
| 172 | 172 | } |
@@ -167,7 +167,7 @@ |
||
| 167 | 167 | $this->NAPTR_executed = RADIUSTests::RETVAL_NOTCONFIGURED; |
| 168 | 168 | return RADIUSTests::RETVAL_NOTCONFIGURED; |
| 169 | 169 | } |
| 170 | - $NAPTRs = dns_get_record($this->realm . ".", DNS_NAPTR); |
|
| 170 | + $NAPTRs = dns_get_record($this->realm.".", DNS_NAPTR); |
|
| 171 | 171 | if ($NAPTRs === FALSE || count($NAPTRs) == 0) { |
| 172 | 172 | $this->NAPTR_executed = RFC7585Tests::RETVAL_NONAPTR; |
| 173 | 173 | return RFC7585Tests::RETVAL_NONAPTR; |
@@ -20,7 +20,7 @@ discard block |
||
| 20 | 20 | * <base_url>/copyright.php after deploying the software |
| 21 | 21 | */ |
| 22 | 22 | |
| 23 | -require_once dirname(dirname(dirname(__DIR__))) . "/config/_config.php"; |
|
| 23 | +require_once dirname(dirname(dirname(__DIR__)))."/config/_config.php"; |
|
| 24 | 24 | |
| 25 | 25 | $auth = new \web\lib\admin\Authentication(); |
| 26 | 26 | $auth->authenticate(); |
@@ -76,9 +76,9 @@ discard block |
||
| 76 | 76 | $idp = $validator->existingIdP($_GET['inst_id']); |
| 77 | 77 | // editing IdPs is done from within the popup. When we're done, send the |
| 78 | 78 | // user back to the popup (append the result of the operation later) |
| 79 | - $redirectDestination = "manageAdmins.inc.php?inst_id=" . $idp->identifier . "&"; |
|
| 79 | + $redirectDestination = "manageAdmins.inc.php?inst_id=".$idp->identifier."&"; |
|
| 80 | 80 | if (count($validAddresses) == 0) { |
| 81 | - header("Location: $redirectDestination" . "invitation=INVALIDSYNTAX"); |
|
| 81 | + header("Location: $redirectDestination"."invitation=INVALIDSYNTAX"); |
|
| 82 | 82 | exit(1); |
| 83 | 83 | } |
| 84 | 84 | // is the user primary admin of this IdP? |
@@ -87,13 +87,13 @@ discard block |
||
| 87 | 87 | $fedadmin = $userObject->isFederationAdmin($idp->federation); |
| 88 | 88 | // check if he is either one, if not, complain |
| 89 | 89 | if (!$is_owner && !$fedadmin) { |
| 90 | - echo "<p>" . sprintf(_("Something's wrong... you are a %s admin, but not for the %s the requested %s belongs to!"), $uiElements->nomenclatureFed, $uiElements->nomenclatureFed, $uiElements->nomenclatureInst) . "</p>"; |
|
| 90 | + echo "<p>".sprintf(_("Something's wrong... you are a %s admin, but not for the %s the requested %s belongs to!"), $uiElements->nomenclatureFed, $uiElements->nomenclatureFed, $uiElements->nomenclatureInst)."</p>"; |
|
| 91 | 91 | exit(1); |
| 92 | 92 | } |
| 93 | 93 | |
| 94 | 94 | $prettyprintname = $idp->name; |
| 95 | 95 | $newtokens = $mgmt->createTokens($fedadmin, $validAddresses, $idp); |
| 96 | - $loggerInstance->writeAudit($_SESSION['user'], "NEW", "IdP " . $idp->identifier . " - Token created for " . implode(",", $validAddresses)); |
|
| 96 | + $loggerInstance->writeAudit($_SESSION['user'], "NEW", "IdP ".$idp->identifier." - Token created for ".implode(",", $validAddresses)); |
|
| 97 | 97 | $introtext = "CO-ADMIN"; |
| 98 | 98 | $participant_type = $idp->type; |
| 99 | 99 | break; |
@@ -109,7 +109,7 @@ discard block |
||
| 109 | 109 | $participant_type = $validator->partType($_POST['participant_type']); |
| 110 | 110 | $new_idp_authorized_fedadmin = $userObject->isFederationAdmin($newcountry); |
| 111 | 111 | if ($new_idp_authorized_fedadmin !== TRUE) { |
| 112 | - throw new Exception("Something's wrong... you want to create a new " . $uiElements->nomenclatureInst . ", but are not a " . $uiElements->nomenclatureFed . " admin for the " . $uiElements->nomenclatureFed . " it should be in!"); |
|
| 112 | + throw new Exception("Something's wrong... you want to create a new ".$uiElements->nomenclatureInst.", but are not a ".$uiElements->nomenclatureFed." admin for the ".$uiElements->nomenclatureFed." it should be in!"); |
|
| 113 | 113 | } |
| 114 | 114 | $federation = $validator->existingFederation($newcountry); |
| 115 | 115 | $prettyprintname = $newinstname; |
@@ -117,7 +117,7 @@ discard block |
||
| 117 | 117 | // send the user back to his federation overview page, append the result of the operation later |
| 118 | 118 | // do the token creation magic |
| 119 | 119 | $newtokens = $mgmt->createTokens(TRUE, $validAddresses, $newinstname, 0, $newcountry, $participant_type); |
| 120 | - $loggerInstance->writeAudit($_SESSION['user'], "NEW", "ORG FUTURE - Token created for $participant_type " . implode(",", $validAddresses)); |
|
| 120 | + $loggerInstance->writeAudit($_SESSION['user'], "NEW", "ORG FUTURE - Token created for $participant_type ".implode(",", $validAddresses)); |
|
| 121 | 121 | break; |
| 122 | 122 | case OPERATION_MODE_NEWFROMDB: |
| 123 | 123 | $redirectDestination = "../overview_federation.php?"; |
@@ -130,7 +130,7 @@ discard block |
||
| 130 | 130 | $extinfo = $catInstance->getExternalDBEntityDetails($newexternalid); |
| 131 | 131 | $new_idp_authorized_fedadmin = $userObject->isFederationAdmin($extinfo['country']); |
| 132 | 132 | if ($new_idp_authorized_fedadmin !== TRUE) { |
| 133 | - throw new Exception("Something's wrong... you want to create a new " . $uiElements->nomenclatureInst . ", but are not a " . $uiElements->nomenclatureFed . " admin for the " . $uiElements->nomenclatureFed . " it should be in!"); |
|
| 133 | + throw new Exception("Something's wrong... you want to create a new ".$uiElements->nomenclatureInst.", but are not a ".$uiElements->nomenclatureFed." admin for the ".$uiElements->nomenclatureFed." it should be in!"); |
|
| 134 | 134 | } |
| 135 | 135 | $federation = $validator->existingFederation($extinfo['country']); |
| 136 | 136 | $newcountry = $extinfo['country']; |
@@ -154,12 +154,12 @@ discard block |
||
| 154 | 154 | $introtext = "EXISTING-FED"; |
| 155 | 155 | // do the token creation magic |
| 156 | 156 | $newtokens = $mgmt->createTokens(TRUE, $validAddresses, $prettyprintname, $newexternalid); |
| 157 | - $loggerInstance->writeAudit($_SESSION['user'], "NEW", "IdP FUTURE - Token created for " . implode(",", $validAddresses)); |
|
| 157 | + $loggerInstance->writeAudit($_SESSION['user'], "NEW", "IdP FUTURE - Token created for ".implode(",", $validAddresses)); |
|
| 158 | 158 | break; |
| 159 | 159 | default: // includes OPERATION_MODE_INVALID |
| 160 | 160 | $wrongcontent = print_r($_POST, TRUE); |
| 161 | 161 | echo "<pre>Wrong parameters in POST: |
| 162 | -" . htmlspecialchars($wrongcontent) . " |
|
| 162 | +" . htmlspecialchars($wrongcontent)." |
|
| 163 | 163 | </pre>"; |
| 164 | 164 | exit(1); |
| 165 | 165 | } |
@@ -184,14 +184,14 @@ discard block |
||
| 184 | 184 | } |
| 185 | 185 | |
| 186 | 186 | if (count($status) == 0) { |
| 187 | - header("Location: $redirectDestination" . "invitation=FAILURE"); |
|
| 187 | + header("Location: $redirectDestination"."invitation=FAILURE"); |
|
| 188 | 188 | exit; |
| 189 | 189 | } |
| 190 | 190 | $finalDestParams = "invitation=SUCCESS"; |
| 191 | 191 | if (count($status) < count($totalSegments)) { // only a subset of mails was sent, update status |
| 192 | 192 | $finalDestParams = "invitation=PARTIAL"; |
| 193 | 193 | } |
| 194 | -$finalDestParams .= "&successcount=" . count($status); |
|
| 194 | +$finalDestParams .= "&successcount=".count($status); |
|
| 195 | 195 | if ($allEncrypted === TRUE) { |
| 196 | 196 | $finalDestParams .= "&transportsecurity=ENCRYPTED"; |
| 197 | 197 | } elseif ($allClear === TRUE) { |
@@ -200,4 +200,4 @@ discard block |
||
| 200 | 200 | $finalDestParams .= "&transportsecurity=PARTIAL"; |
| 201 | 201 | } |
| 202 | 202 | |
| 203 | -header("Location: $redirectDestination" . $finalDestParams); |
|
| 203 | +header("Location: $redirectDestination".$finalDestParams); |
|
@@ -20,7 +20,7 @@ discard block |
||
| 20 | 20 | * <base_url>/copyright.php after deploying the software |
| 21 | 21 | */ |
| 22 | 22 | |
| 23 | -require_once dirname(dirname(dirname(__FILE__))) . "/config/_config.php"; |
|
| 23 | +require_once dirname(dirname(dirname(__FILE__)))."/config/_config.php"; |
|
| 24 | 24 | |
| 25 | 25 | // no SAML auth on this page. The API key authenticates the entity |
| 26 | 26 | |
@@ -38,7 +38,7 @@ discard block |
||
| 38 | 38 | $inputRaw = file_get_contents('php://input'); |
| 39 | 39 | $inputDecoded = json_decode($inputRaw, TRUE); |
| 40 | 40 | if (!is_array($inputDecoded)) { |
| 41 | - $adminApi->returnError(web\lib\admin\API::ERROR_MALFORMED_REQUEST, "Unable to decode JSON POST data." . json_last_error_msg() . $inputRaw); |
|
| 41 | + $adminApi->returnError(web\lib\admin\API::ERROR_MALFORMED_REQUEST, "Unable to decode JSON POST data.".json_last_error_msg().$inputRaw); |
|
| 42 | 42 | exit(1); |
| 43 | 43 | } |
| 44 | 44 | |
@@ -132,7 +132,7 @@ discard block |
||
| 132 | 132 | throw new Exception("A required parameter is missing, and this wasn't caught earlier?!"); |
| 133 | 133 | } |
| 134 | 134 | $newtokens = $mgmt->createTokens(true, [$admin], $idp); |
| 135 | - $URL = "https://" . $_SERVER['SERVER_NAME'] . dirname($_SERVER['SCRIPT_NAME']) . "/action_enrollment.php?token=" . array_keys($newtokens)[0]; |
|
| 135 | + $URL = "https://".$_SERVER['SERVER_NAME'].dirname($_SERVER['SCRIPT_NAME'])."/action_enrollment.php?token=".array_keys($newtokens)[0]; |
|
| 136 | 136 | $success = ["TOKEN URL" => $URL, "TOKEN" => array_keys($newtokens)[0]]; |
| 137 | 137 | // done with the essentials - display in response. But if we also have an email address, send it there |
| 138 | 138 | $email = $adminApi->firstParameterInstance($scrubbedParameters, web\lib\admin\API::AUXATTRIB_TARGETMAIL); |
@@ -169,7 +169,7 @@ discard block |
||
| 169 | 169 | if ($found) { |
| 170 | 170 | $adminApi->returnSuccess([]); |
| 171 | 171 | } |
| 172 | - $adminApi->returnError(web\lib\admin\API::ERROR_INVALID_PARAMETER, "The admin with ID $toBeDeleted is not associated to IdP " . $idp->identifier); |
|
| 172 | + $adminApi->returnError(web\lib\admin\API::ERROR_INVALID_PARAMETER, "The admin with ID $toBeDeleted is not associated to IdP ".$idp->identifier); |
|
| 173 | 173 | break; |
| 174 | 174 | case web\lib\admin\API::ACTION_STATISTICS_FED: |
| 175 | 175 | $adminApi->returnSuccess($fed->downloadStats("array")); |
@@ -216,10 +216,10 @@ discard block |
||
| 216 | 216 | $outer = ""; |
| 217 | 217 | $profile->setAnonymousIDSupport(FALSE); |
| 218 | 218 | } else { |
| 219 | - $outer = $outer . "@"; |
|
| 219 | + $outer = $outer."@"; |
|
| 220 | 220 | $profile->setAnonymousIDSupport(TRUE); |
| 221 | 221 | } |
| 222 | - $profile->setRealm($outer . $realm); |
|
| 222 | + $profile->setRealm($outer.$realm); |
|
| 223 | 223 | } |
| 224 | 224 | /* const AUXATTRIB_PROFILE_TESTUSER = 'ATTRIB-PROFILE-TESTUSER'; */ |
| 225 | 225 | $testuser = $adminApi->firstParameterInstance($scrubbedParameters, web\lib\admin\API::AUXATTRIB_PROFILE_TESTUSER); |
@@ -447,7 +447,7 @@ discard block |
||
| 447 | 447 | // extract relevant subset of information from cert objects |
| 448 | 448 | $certDetails = []; |
| 449 | 449 | foreach ($certs as $cert) { |
| 450 | - $certDetails[$cert->ca_type . ":" . $cert->serial] = ["ISSUED" => $cert->issued, "EXPIRY" => $cert->expiry, "STATUS" => $cert->status, "DEVICE" => $cert->device, "CN" => $cert->username, "ANNOTATION" => $cert->annotation]; |
|
| 450 | + $certDetails[$cert->ca_type.":".$cert->serial] = ["ISSUED" => $cert->issued, "EXPIRY" => $cert->expiry, "STATUS" => $cert->status, "DEVICE" => $cert->device, "CN" => $cert->username, "ANNOTATION" => $cert->annotation]; |
|
| 451 | 451 | } |
| 452 | 452 | $adminApi->returnSuccess($certDetails); |
| 453 | 453 | break; |
@@ -19,7 +19,7 @@ discard block |
||
| 19 | 19 | * <base_url>/copyright.php after deploying the software |
| 20 | 20 | */ |
| 21 | 21 | |
| 22 | -require_once __DIR__ . "/../core/Psr4Autoloader.php"; |
|
| 22 | +require_once __DIR__."/../core/Psr4Autoloader.php"; |
|
| 23 | 23 | use core\autoloader\Psr4Autoloader; |
| 24 | 24 | |
| 25 | 25 | // instantiate the loader |
@@ -30,10 +30,10 @@ discard block |
||
| 30 | 30 | |
| 31 | 31 | // register the base directories for the namespace prefix |
| 32 | 32 | // include configuration |
| 33 | -$loader->addNamespace('config', __DIR__ ); |
|
| 33 | +$loader->addNamespace('config', __DIR__); |
|
| 34 | 34 | // include CAT/core library |
| 35 | -$loader->addNamespace('core', __DIR__ . "/../core"); |
|
| 35 | +$loader->addNamespace('core', __DIR__."/../core"); |
|
| 36 | 36 | // include CAT/devices library |
| 37 | -$loader->addNamespace('devices', __DIR__ . "/../devices"); |
|
| 37 | +$loader->addNamespace('devices', __DIR__."/../devices"); |
|
| 38 | 38 | // include CAT/web library |
| 39 | -$loader->addNamespace('web', __DIR__ . "/../web"); |
|
| 40 | 39 | \ No newline at end of file |
| 40 | +$loader->addNamespace('web', __DIR__."/../web"); |
|
| 41 | 41 | \ No newline at end of file |
@@ -22,7 +22,7 @@ discard block |
||
| 22 | 22 | ?> |
| 23 | 23 | <?php |
| 24 | 24 | |
| 25 | -require_once dirname(dirname(dirname(dirname(__FILE__)))) . "/config/_config.php"; |
|
| 25 | +require_once dirname(dirname(dirname(dirname(__FILE__))))."/config/_config.php"; |
|
| 26 | 26 | |
| 27 | 27 | $validator = new \web\lib\common\InputValidation(); |
| 28 | 28 | $idRaw = $_GET["id"] ?? ""; |
@@ -37,7 +37,7 @@ discard block |
||
| 37 | 37 | // Set data type and caching for 30 days |
| 38 | 38 | $info = new finfo(); |
| 39 | 39 | $filetype = $info->buffer($finalBlob, FILEINFO_MIME_TYPE); |
| 40 | - header("Content-type: " . $filetype); |
|
| 40 | + header("Content-type: ".$filetype); |
|
| 41 | 41 | |
| 42 | 42 | switch ($filetype) { |
| 43 | 43 | case "text/rtf": // fall-through, same treatment |
@@ -54,7 +54,7 @@ discard block |
||
| 54 | 54 | header("Cache-Control: must-revalidate"); |
| 55 | 55 | $offset = 60 * 60 * 24 * 30; |
| 56 | 56 | // gmdate can't possibly fail, because it operates on time() and an integer offset |
| 57 | - $ExpStr = "Expires: " . /** @scrutinizer ignore-type */ gmdate("D, d M Y H:i:s", time() + $offset) . " GMT"; |
|
| 57 | + $ExpStr = "Expires: "./** @scrutinizer ignore-type */ gmdate("D, d M Y H:i:s", time() + $offset)." GMT"; |
|
| 58 | 58 | header($ExpStr); |
| 59 | 59 | // Print out the image |
| 60 | 60 | echo $finalBlob; |
@@ -97,7 +97,7 @@ discard block |
||
| 97 | 97 | exec("openssl ocsp -reqin $derFilePath -req_text", $output, $retval); |
| 98 | 98 | |
| 99 | 99 | if ($retval !== 0) { |
| 100 | - throw new Exception("openssl ocsp returned a non-zero return code. The DER data is probably bogus. B64 representation of DER data is: " . base64_encode($ocspRequestDer)); |
|
| 100 | + throw new Exception("openssl ocsp returned a non-zero return code. The DER data is probably bogus. B64 representation of DER data is: ".base64_encode($ocspRequestDer)); |
|
| 101 | 101 | } |
| 102 | 102 | if ($output === NULL) { // this can't really happen, but makes Scrutinizer happier |
| 103 | 103 | $output = []; |
@@ -127,14 +127,14 @@ discard block |
||
| 127 | 127 | * back (if we have it). |
| 128 | 128 | */ |
| 129 | 129 | if (strcasecmp($nameHash, OUR_NAME_HASH) != 0 || strcasecmp($keyHash, OUR_KEY_HASH) != 0) { |
| 130 | - throw new Exception("The request is about a different Issuer name / public key. Expected vs. actual name hash: " . OUR_NAME_HASH . " / $nameHash, " . OUR_KEY_HASH . " / $keyHash"); |
|
| 130 | + throw new Exception("The request is about a different Issuer name / public key. Expected vs. actual name hash: ".OUR_NAME_HASH." / $nameHash, ".OUR_KEY_HASH." / $keyHash"); |
|
| 131 | 131 | } |
| 132 | -error_log("base64-encoded request: " . base64_encode($ocspRequestDer)); |
|
| 132 | +error_log("base64-encoded request: ".base64_encode($ocspRequestDer)); |
|
| 133 | 133 | |
| 134 | -$response = fopen(__DIR__ . "/statements/" . $serialHex . ".der", "r"); |
|
| 134 | +$response = fopen(__DIR__."/statements/".$serialHex.".der", "r"); |
|
| 135 | 135 | if ($response === FALSE) { // not found |
| 136 | 136 | // first lets load the unauthorised response, which is the default reply |
| 137 | - $unauthResponse = fopen(__DIR__ . "/statements/UNAUTHORIZED.der", "r"); |
|
| 137 | + $unauthResponse = fopen(__DIR__."/statements/UNAUTHORIZED.der", "r"); |
|
| 138 | 138 | if ($unauthResponse === FALSE) { |
| 139 | 139 | throw new Exception("Unable to open our canned UNAUTHORIZED response!"); |
| 140 | 140 | } |
@@ -176,7 +176,7 @@ discard block |
||
| 176 | 176 | |
| 177 | 177 | $responseContent = fread($response, 1000000); |
| 178 | 178 | fclose($response); |
| 179 | -error_log("base64-encoded response: " . base64_encode($responseContent)); |
|
| 179 | +error_log("base64-encoded response: ".base64_encode($responseContent)); |
|
| 180 | 180 | header('Content-Type: application/ocsp-response'); |
| 181 | -header('Content-Length: ' . strlen($responseContent)); |
|
| 181 | +header('Content-Length: '.strlen($responseContent)); |
|
| 182 | 182 | echo $responseContent; |