@@ -42,7 +42,7 @@ |
||
| 42 | 42 | $certObject->triggerNewOCSPStatement(); |
| 43 | 43 | } |
| 44 | 44 | |
| 45 | - /* |
|
| 45 | + /* |
|
| 46 | 46 | * and then writes all recently updated statements to a temporary directory. The |
| 47 | 47 | * calling script ocsp_update.sh should then scp all the files to their |
| 48 | 48 | * destination. |
@@ -34,9 +34,9 @@ |
||
| 34 | 34 | $skinObject = new \web\lib\user\Skinjob("classic"); |
| 35 | 35 | /// eduroam CAT, twice the consortium name eduroam, twice eduroam CAT |
| 36 | 36 | $out = sprintf(_("<span class='edu_cat'>%s</span> is built as a cooperation platform."))."<p>". |
| 37 | - sprintf(_("Local %s administrators enter their %s configuration details and based on them, <span class='edu_cat'>%s</span> builds customised installers for a number of popular platforms. ". |
|
| 38 | - "An installer prepared for one organisation will not work for users of another one, therefore if your organisation is not on the list, you cannot use this system. ". |
|
| 39 | - "Please contact your local administrators and try to influence them to add your %s configuration to <span class='edu_cat'>%s</span>."), |
|
| 37 | + sprintf(_("Local %s administrators enter their %s configuration details and based on them, <span class='edu_cat'>%s</span> builds customised installers for a number of popular platforms. ". |
|
| 38 | + "An installer prepared for one organisation will not work for users of another one, therefore if your organisation is not on the list, you cannot use this system. ". |
|
| 39 | + "Please contact your local administrators and try to influence them to add your %s configuration to <span class='edu_cat'>%s</span>."), |
|
| 40 | 40 | CONFIG['APPEARANCE']['productname'], |
| 41 | 41 | CONFIG_CONFASSISTANT['CONSORTIUM']['display_name'], |
| 42 | 42 | CONFIG_CONFASSISTANT['CONSORTIUM']['display_name'], |
@@ -98,7 +98,7 @@ discard block |
||
| 98 | 98 | break; |
| 99 | 99 | case 'listIdentityProviders': |
| 100 | 100 | if ($federation === FALSE) { |
| 101 | - $federation = $id ? $validator->Federation($id)->tld : FALSE; |
|
| 101 | + $federation = $id ? $validator->Federation($id)->tld : FALSE; |
|
| 102 | 102 | } |
| 103 | 103 | if ($federation === FALSE) { // federation is a mandatory parameter! |
| 104 | 104 | exit; |
@@ -110,7 +110,7 @@ discard block |
||
| 110 | 110 | break; |
| 111 | 111 | case 'listProfiles': // needs $idp set - abort if not |
| 112 | 112 | if ($idp === FALSE) { |
| 113 | - $idp = $id ? $validator->IdP($id)->identifier : FALSE; |
|
| 113 | + $idp = $id ? $validator->IdP($id)->identifier : FALSE; |
|
| 114 | 114 | } |
| 115 | 115 | if ($idp === FALSE) { |
| 116 | 116 | exit; |
@@ -119,7 +119,7 @@ discard block |
||
| 119 | 119 | break; |
| 120 | 120 | case 'listDevices': |
| 121 | 121 | if ($profile === FALSE) { |
| 122 | - $profile = $id ? $validator->Profile($id)->identifier : FALSE; |
|
| 122 | + $profile = $id ? $validator->Profile($id)->identifier : FALSE; |
|
| 123 | 123 | } |
| 124 | 124 | if ($profile === FALSE) { |
| 125 | 125 | exit; |
@@ -146,7 +146,7 @@ discard block |
||
| 146 | 146 | break; |
| 147 | 147 | case 'profileAttributes': // needs $profile set |
| 148 | 148 | if ($profile === FALSE) { |
| 149 | - $profile = $id ? $validator->Profile($id)->identifier : FALSE; |
|
| 149 | + $profile = $id ? $validator->Profile($id)->identifier : FALSE; |
|
| 150 | 150 | } |
| 151 | 151 | if ($profile === FALSE) { |
| 152 | 152 | exit; |
@@ -155,7 +155,7 @@ discard block |
||
| 155 | 155 | break; |
| 156 | 156 | case 'sendLogo': // needs $idp and $disco set |
| 157 | 157 | if ($idp === FALSE) { |
| 158 | - $idp = $id ? $validator->IdP($id)->identifier : FALSE; |
|
| 158 | + $idp = $id ? $validator->IdP($id)->identifier : FALSE; |
|
| 159 | 159 | } |
| 160 | 160 | if ($idp === FALSE) { |
| 161 | 161 | exit; |
@@ -311,8 +311,8 @@ |
||
| 311 | 311 | echo "<form method='post' action='overview_federation.php' accept-charset='UTF-8'> |
| 312 | 312 | <input type='hidden' name='invitation_id' value='" . $oneinvite['token'] . "'/> |
| 313 | 313 | <button class='delete' type='submit' name='submitbutton' value='" . web\lib\common\FormElements::BUTTON_DELETE . "'>" . _("Revoke Invitation") . "</button> " |
| 314 | - . sprintf(_("(expires %s)"),$oneinvite['expiry']) |
|
| 315 | - . "</form>"; |
|
| 314 | + . sprintf(_("(expires %s)"),$oneinvite['expiry']) |
|
| 315 | + . "</form>"; |
|
| 316 | 316 | } |
| 317 | 317 | echo " </td> |
| 318 | 318 | </tr>"; |
@@ -83,7 +83,7 @@ |
||
| 83 | 83 | */ |
| 84 | 84 | public function htmlShowtime($wizard = FALSE, $additional = FALSE) { |
| 85 | 85 | if (!$this->readOnly) { |
| 86 | - // return $this->htmlPreEdit($wizard, $additional) . $this->htmlPostEdit(TRUE); |
|
| 86 | + // return $this->htmlPreEdit($wizard, $additional) . $this->htmlPostEdit(TRUE); |
|
| 87 | 87 | return $this->htmlPreEdit($wizard, $additional) . $this->findLocationHtml() . $this->htmlPostEdit(TRUE); |
| 88 | 88 | } |
| 89 | 89 | } |
@@ -143,8 +143,8 @@ |
||
| 143 | 143 | "OPT" => [API::AUXATTRIB_TARGETMAIL], |
| 144 | 144 | "RETVAL" => [ |
| 145 | 145 | ["TOKEN URL", |
| 146 | - "EMAIL SENT", // dependent on TARGETMAIL input |
|
| 147 | - "EMAIL TRANSPORT SECURE"], // dependent on TARGETMAIL input |
|
| 146 | + "EMAIL SENT", // dependent on TARGETMAIL input |
|
| 147 | + "EMAIL TRANSPORT SECURE"], // dependent on TARGETMAIL input |
|
| 148 | 148 | ] |
| 149 | 149 | ], |
| 150 | 150 | API::ACTION_ADMIN_DEL => [ |
@@ -35,7 +35,7 @@ |
||
| 35 | 35 | * @author Tomasz Wolniewicz <[email protected]> |
| 36 | 36 | * @package ModuleWriting |
| 37 | 37 | */ |
| 38 | - class Device_W8_10 extends WindowsCommon { |
|
| 38 | + class Device_W8_10 extends WindowsCommon { |
|
| 39 | 39 | final public function __construct() { |
| 40 | 40 | parent::__construct(); |
| 41 | 41 | \core\common\Entity::intoThePotatoes(); |
@@ -294,7 +294,7 @@ discard block |
||
| 294 | 294 | return $helpdesk; |
| 295 | 295 | } |
| 296 | 296 | |
| 297 | - private function getCredentialApplicability() { |
|
| 297 | + private function getCredentialApplicability() { |
|
| 298 | 298 | $ssids = $this->attributes['internal:SSID']; |
| 299 | 299 | $oids = $this->attributes['internal:consortia']; |
| 300 | 300 | $credentialapplicability = new CredentialApplicability(); |
@@ -420,7 +420,7 @@ discard block |
||
| 420 | 420 | } |
| 421 | 421 | |
| 422 | 422 | private function getAuthMethod($eap) { |
| 423 | - // $attr = $this->attributes; |
|
| 423 | + // $attr = $this->attributes; |
|
| 424 | 424 | $authmethod = new AuthenticationMethod(); |
| 425 | 425 | $eapParams = $this->getAuthenticationMethodParams($eap); |
| 426 | 426 | $eaptype = new Type(); |
@@ -22,15 +22,15 @@ |
||
| 22 | 22 | namespace devices\redirect_dev; |
| 23 | 23 | |
| 24 | 24 | class Device_RedirectDev extends \core\DeviceConfig { |
| 25 | - /** |
|
| 26 | - * Constructs a Device object. |
|
| 27 | - * |
|
| 28 | - * @final not to be redefined |
|
| 29 | - */ |
|
| 25 | + /** |
|
| 26 | + * Constructs a Device object. |
|
| 27 | + * |
|
| 28 | + * @final not to be redefined |
|
| 29 | + */ |
|
| 30 | 30 | final public function __construct() { |
| 31 | 31 | parent::__construct(); |
| 32 | - $this->setSupportedEapMethods([\core\common\EAP::EAPTYPE_NONE]); |
|
| 33 | - $this->loggerInstance->debug(4,"RedirectEx called"); |
|
| 32 | + $this->setSupportedEapMethods([\core\common\EAP::EAPTYPE_NONE]); |
|
| 33 | + $this->loggerInstance->debug(4,"RedirectEx called"); |
|
| 34 | 34 | } |
| 35 | 35 | |
| 36 | 36 | /** |