]> git.mjollnir.org Git - moodle.git/commitdiff
mnet: environment now recommends openssl
authormartinlanghoff <martinlanghoff>
Thu, 4 Jan 2007 05:58:28 +0000 (05:58 +0000)
committermartinlanghoff <martinlanghoff>
Thu, 4 Jan 2007 05:58:28 +0000 (05:58 +0000)
admin/environment.xml
lang/en_utf8/admin.php

index fa5231937b87efca60230dce3c1b5e00c5634b29..b6854547a301809f9b37d95105987bd4c02405dd 100644 (file)
           <ON_CHECK message="curlrecommended" />
         </FEEDBACK>
       </PHP_EXTENSION>
+      <PHP_EXTENSION name="openssl" level="optional">
+        <FEEDBACK>
+          <ON_CHECK message="opensslrecommended" />
+        </FEEDBACK>
+      </PHP_EXTENSION>
     </PHP_EXTENSIONS>
   </MOODLE>
 </COMPATIBILITY_MATRIX>
index 973a19cdfe3f417a5047a321e31bbc47f5cc872f..81c683041eff0b8f5a7075bb205cbf2c068d1b5c 100644 (file)
@@ -360,6 +360,7 @@ $string['notifications'] = 'Notifications';
 $string['notifyloginfailures'] = 'Email login failures to';
 $string['notifyloginthreshold'] = 'Threshold for email notifications';
 $string['notloggedinroleid'] = 'Role for visitors';
+$string['opensslrecommended'] = 'Installing the optional OpenSSL library is highly recommended -- it enables Moodle Networking functionality.';
 $string['opentogoogle'] = 'Open to Google';
 $string['optionalmaintenancemessage'] = 'Optional maintenance messsage';
 $string['order1'] = 'First';