@@ -45,7 +45,7 @@ |
||
| 45 | 45 | private function getCredentialSource() |
| 46 | 46 | { |
| 47 | 47 | $element = new \core\DeviceXMLmain(); |
| 48 | - $element->setChild('CertificateStore',''); |
|
| 48 | + $element->setChild('CertificateStore', ''); |
|
| 49 | 49 | return($element); |
| 50 | 50 | } |
| 51 | 51 | |
@@ -38,7 +38,7 @@ |
||
| 38 | 38 | { |
| 39 | 39 | $element = new \core\DeviceXMLmain(); |
| 40 | 40 | $element->setChild('ServerValidation', $this->getPeapServerValidation()); |
| 41 | - $element->setChild('FastReconnect','true'); |
|
| 41 | + $element->setChild('FastReconnect', 'true'); |
|
| 42 | 42 | $element->setChild('InnerEapOptional', 'false'); |
| 43 | 43 | $element->setChild('Eap', $this->getMsChapV2(), self::MS_BASEEAPCONN_NS); |
| 44 | 44 | $element->setChild('EnableQuarantineChecks', $this->nea); |
@@ -43,8 +43,8 @@ |
||
| 43 | 43 | { |
| 44 | 44 | $element = new \core\DeviceXMLmain(); |
| 45 | 45 | $element->setChild('Type', $this->eapConfig->type, self::MS_EAPCOMMON_NS); |
| 46 | - $element->setChild('VendorId',0, self::MS_EAPCOMMON_NS); |
|
| 47 | - $element->setChild('VendorType',0, self::MS_EAPCOMMON_NS); |
|
| 46 | + $element->setChild('VendorId', 0, self::MS_EAPCOMMON_NS); |
|
| 47 | + $element->setChild('VendorType', 0, self::MS_EAPCOMMON_NS); |
|
| 48 | 48 | $element->setChild('AuthorId', $this->eapConfig->authorId, self::MS_EAPCOMMON_NS); |
| 49 | 49 | return($element); |
| 50 | 50 | } |
@@ -73,7 +73,7 @@ |
||
| 73 | 73 | $dom = new \DOMDocument('1.0', 'utf-8'); |
| 74 | 74 | $root = $dom->createElement($rootname); |
| 75 | 75 | $dom->appendChild($root); |
| 76 | - $ns = $dom->createAttributeNS( null, 'xmlns' ); |
|
| 76 | + $ns = $dom->createAttributeNS(null, 'xmlns'); |
|
| 77 | 77 | $ns->value = "http://www.microsoft.com/networking/WLAN/profile/v1"; |
| 78 | 78 | $root->appendChild($ns); |
| 79 | 79 | \core\DeviceXMLmain::marshalObject($dom, $root, 'WLANprofile', $this->getWLANprofile(), '', true); |
@@ -211,7 +211,7 @@ discard block |
||
| 211 | 211 | $node->appendChild($childNode); |
| 212 | 212 | } |
| 213 | 213 | if (!empty($namespace)) { |
| 214 | - $ns = $domElement->createAttributeNS(null,'xmlns'); |
|
| 214 | + $ns = $domElement->createAttributeNS(null, 'xmlns'); |
|
| 215 | 215 | $ns->value = $namespace; |
| 216 | 216 | $childNode->appendChild($ns); |
| 217 | 217 | } |
@@ -238,7 +238,7 @@ discard block |
||
| 238 | 238 | $nextChild = $domElement->createElement($nameC, $cl); |
| 239 | 239 | $childNode->appendChild($nextChild); |
| 240 | 240 | if (!empty($namespaceC)) { |
| 241 | - $ns = $domElement->createAttributeNS(null,'xmlns'); |
|
| 241 | + $ns = $domElement->createAttributeNS(null, 'xmlns'); |
|
| 242 | 242 | $ns->value = $namespaceC; |
| 243 | 243 | $nextChild->appendChild($ns); |
| 244 | 244 | } |
@@ -260,7 +260,7 @@ discard block |
||
| 260 | 260 | $childNode->appendChild($nextChild); |
| 261 | 261 | } |
| 262 | 262 | if (!empty($namespaceC)) { |
| 263 | - $ns = $domElement->createAttributeNS(null,'xmlns'); |
|
| 263 | + $ns = $domElement->createAttributeNS(null, 'xmlns'); |
|
| 264 | 264 | $ns->value = $namespaceC; |
| 265 | 265 | $nextChild->appendChild($ns); |
| 266 | 266 | } |
@@ -90,7 +90,7 @@ discard block |
||
| 90 | 90 | ], |
| 91 | 91 | 'condition' => TRUE], |
| 92 | 92 | 'OpenRoaming® (%REALM%)' => [ |
| 93 | - 'ssid' => [], /* OpenRoaming has left SSIDs behind */ |
|
| 93 | + 'ssid' => [], /* OpenRoaming has left SSIDs behind */ |
|
| 94 | 94 | 'oi' => [ |
| 95 | 95 | '5A03BA0000', /* OpenRoaming/AllIdentities/SettlementFree/NoPersonalData/BaselineQoS */ |
| 96 | 96 | '5A03BA0800', /* OpenRoaming/EduIdentities/SettlementFree/NoPersonalData/BaselineQoS */ |
@@ -155,7 +155,7 @@ discard block |
||
| 155 | 155 | 'makensis' => 'makensis', |
| 156 | 156 | 'zip' => 'zip', |
| 157 | 157 | 'trust-store-mozilla' => '/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem', |
| 158 | - 'trust-store-custom' => __DIR__ . "/known-roots.pem", |
|
| 158 | + 'trust-store-custom' => __DIR__."/known-roots.pem", |
|
| 159 | 159 | ]; |
| 160 | 160 | |
| 161 | 161 | /** |
@@ -193,13 +193,13 @@ discard block |
||
| 193 | 193 | 'db' => 'radacct', |
| 194 | 194 | 'user' => 'someuser', |
| 195 | 195 | 'pass' => 'somepass', |
| 196 | - 'readonly' => TRUE,], |
|
| 196 | + 'readonly' => TRUE, ], |
|
| 197 | 197 | 'RADIUS_2' => [ |
| 198 | 198 | 'host' => 'auth-2.hosted.eduroam.org', |
| 199 | 199 | 'db' => 'radacct', |
| 200 | 200 | 'user' => 'someuser', |
| 201 | 201 | 'pass' => 'somepass', |
| 202 | - 'readonly' => TRUE,], |
|
| 202 | + 'readonly' => TRUE, ], |
|
| 203 | 203 | ]; |
| 204 | 204 | |
| 205 | 205 | /** |
@@ -51,7 +51,7 @@ discard block |
||
| 51 | 51 | $installerPath = $this->installerBasename.".sh"; |
| 52 | 52 | $this->copyFile("eduroam_linux_main.sh", $installerPath); |
| 53 | 53 | |
| 54 | - if ( !file_exists($installerPath) ) { |
|
| 54 | + if (!file_exists($installerPath)) { |
|
| 55 | 55 | throw new Exception('File not found.'); |
| 56 | 56 | } |
| 57 | 57 | |
@@ -68,7 +68,7 @@ discard block |
||
| 68 | 68 | fwrite($installer, 'printf -v INIT_CONFIRMATION "$INIT_CONFIRMATION_TMP" "$ORGANISATION"'."\n\n"); |
| 69 | 69 | fwrite($installer, 'main "$@"; exit'."\n"); |
| 70 | 70 | } catch (Exception $e) { |
| 71 | - echo 'Error message: ' .$e->getMessage(); |
|
| 71 | + echo 'Error message: '.$e->getMessage(); |
|
| 72 | 72 | } finally { |
| 73 | 73 | fclose($installer); |
| 74 | 74 | return($installerPath); |
@@ -204,11 +204,11 @@ discard block |
||
| 204 | 204 | $config['USER_REALM'] = $this->attributes['internal:realm'][0]; |
| 205 | 205 | } |
| 206 | 206 | |
| 207 | - if(!empty($this->attributes['internal:hint_userinput_suffix'][0]) && $this->attributes['internal:hint_userinput_suffix'][0] == 1) { |
|
| 207 | + if (!empty($this->attributes['internal:hint_userinput_suffix'][0]) && $this->attributes['internal:hint_userinput_suffix'][0] == 1) { |
|
| 208 | 208 | $configRaw['HINT_USER_INPUT'] = true; |
| 209 | 209 | } |
| 210 | 210 | |
| 211 | - if(!empty($this->attributes['internal:verify_userinput_suffix'][0]) && $this->attributes['internal:verify_userinput_suffix'][0] == 1) { |
|
| 211 | + if (!empty($this->attributes['internal:verify_userinput_suffix'][0]) && $this->attributes['internal:verify_userinput_suffix'][0] == 1) { |
|
| 212 | 212 | $configRaw['VERIFY_USER_REALM_INPUT'] = true; |
| 213 | 213 | } else { |
| 214 | 214 | $configRaw['VERIFY_USER_REALM_INPUT'] = false; |
@@ -219,7 +219,7 @@ discard block |
||
| 219 | 219 | } |
| 220 | 220 | |
| 221 | 221 | foreach ($configRaw as $name => $value) { |
| 222 | - fwrite($file, $name ."=". $value."\n"); |
|
| 222 | + fwrite($file, $name."=".$value."\n"); |
|
| 223 | 223 | } |
| 224 | 224 | |
| 225 | 225 | if ($tou === '') { |
@@ -283,7 +283,7 @@ discard block |
||
| 283 | 283 | } |
| 284 | 284 | $out .= "'DNS:$oneServer'"; |
| 285 | 285 | } |
| 286 | - return "(".$out. ")"; |
|
| 286 | + return "(".$out.")"; |
|
| 287 | 287 | } |
| 288 | 288 | |
| 289 | 289 | /** |
@@ -323,7 +323,7 @@ discard block |
||
| 323 | 323 | * |
| 324 | 324 | * @return string |
| 325 | 325 | */ |
| 326 | - private function mkCAfile(){ |
|
| 326 | + private function mkCAfile() { |
|
| 327 | 327 | $out = ''; |
| 328 | 328 | $cAlist = $this->attributes['internal:CAs'][0]; |
| 329 | 329 | foreach ($cAlist as $oneCa) { |
@@ -339,7 +339,7 @@ discard block |
||
| 339 | 339 | */ |
| 340 | 340 | private function mkIntro() { |
| 341 | 341 | \core\common\Entity::intoThePotatoes(); |
| 342 | - $out = _("This installer has been prepared for %s").'\n\n'._("More information and comments:").'\n\nE-Mail: %s\nWWW: %s\n\n' . |
|
| 342 | + $out = _("This installer has been prepared for %s").'\n\n'._("More information and comments:").'\n\nE-Mail: %s\nWWW: %s\n\n'. |
|
| 343 | 343 | _("Installer created with software from the GEANT project."); |
| 344 | 344 | \core\common\Entity::outOfThePotatoes(); |
| 345 | 345 | return $out; |
@@ -20,7 +20,7 @@ |
||
| 20 | 20 | */ |
| 21 | 21 | ?> |
| 22 | 22 | <?php |
| 23 | -require_once dirname(dirname(dirname(dirname(__FILE__)))) . "/config/_config.php"; |
|
| 23 | +require_once dirname(dirname(dirname(dirname(__FILE__))))."/config/_config.php"; |
|
| 24 | 24 | |
| 25 | 25 | $auth = new \web\lib\admin\Authentication(); |
| 26 | 26 | $languageInstance = new \core\common\Language(); |
@@ -144,7 +144,7 @@ discard block |
||
| 144 | 144 | $dom = new \DOMDocument('1.0', 'utf-8'); |
| 145 | 145 | $root = $dom->createElement($rootname); |
| 146 | 146 | $dom->appendChild($root); |
| 147 | - $ns = $dom->createAttributeNS( 'http://www.w3.org/2001/XMLSchema-instance', 'xsi:noNamespaceSchemaLocation' ); |
|
| 147 | + $ns = $dom->createAttributeNS('http://www.w3.org/2001/XMLSchema-instance', 'xsi:noNamespaceSchemaLocation'); |
|
| 148 | 148 | $ns->value = "eap-metadata.xsd"; |
| 149 | 149 | $root->appendChild($ns); |
| 150 | 150 | $this->openRoamingToU = sprintf(_("I have read and agree to OpenRoaming Terms of Use at %s."), "https://wballiance.com/openroaming/toc-2020/"); |
@@ -181,7 +181,7 @@ discard block |
||
| 181 | 181 | if ($netDefinition['condition'] === 'internal:openroaming' && |
| 182 | 182 | $this->attributes['internal:openroaming']) { |
| 183 | 183 | $this->setORtou(); |
| 184 | - if (preg_match("/^ask/",$this->attributes['media:openroaming'][0])) { |
|
| 184 | + if (preg_match("/^ask/", $this->attributes['media:openroaming'][0])) { |
|
| 185 | 185 | $orNetwork = $netDefinition; |
| 186 | 186 | continue; |
| 187 | 187 | } |
@@ -238,7 +238,7 @@ discard block |
||
| 238 | 238 | } |
| 239 | 239 | |
| 240 | 240 | private function setORtou() { |
| 241 | - if (preg_match("/preagreed/",$this->attributes['media:openroaming'][0])) { |
|
| 241 | + if (preg_match("/preagreed/", $this->attributes['media:openroaming'][0])) { |
|
| 242 | 242 | $this->addORtou = false; |
| 243 | 243 | } else { |
| 244 | 244 | $this->addORtou = true; |
@@ -262,7 +262,7 @@ discard block |
||
| 262 | 262 | $authMethods = new \core\DeviceXMLmain(); |
| 263 | 263 | $authMethods->setChild('AuthenticationMethod', $this->authMethodsList); |
| 264 | 264 | $eapIdp->setChild('AuthenticationMethods', $authMethods); |
| 265 | - $eapIdp->setChild('CredentialApplicability', $this->getCredentialApplicability($ssids,$oids)); |
|
| 265 | + $eapIdp->setChild('CredentialApplicability', $this->getCredentialApplicability($ssids, $oids)); |
|
| 266 | 266 | // TODO $eap_idp->setChild('ValidUntil',$this->getValidUntil()); |
| 267 | 267 | $eapIdp->setChild('ProviderInfo', $this->providerInfo); |
| 268 | 268 | // TODO $eap_idp->setChild('VendorSpecific',$this->getVendorSpecific()); |
@@ -416,7 +416,7 @@ discard block |
||
| 416 | 416 | $lng = $lngAttr['lang'] === 'any' ? \config\Master::APPEARANCE['defaultlocale'] : $lngAttr['lang']; |
| 417 | 417 | $tou .= "\n".$this->openRoamingToUArray[$lng]; |
| 418 | 418 | $touObj->setValue($tou); |
| 419 | - $out[] = $touObj; |
|
| 419 | + $out[] = $touObj; |
|
| 420 | 420 | } |
| 421 | 421 | } else { |
| 422 | 422 | $tou = $standardTou[0]; |