Browse Source

- add OpenSSL check

pull/16/head
Christine Ho 12 years ago
parent
commit
69d7933be0
  1. 3
      app/widgets/Admin/Admin.php

3
app/widgets/Admin/Admin.php

@ -235,6 +235,9 @@ class Admin extends WidgetBase {
<div class="'.$this->isValid($this->testDir(DOCUMENT_ROOT)).'">
'.t('Read and write rights for the webserver in Movim\'s root directory').'
</div>
<div class="'.$this->isValid(extension_loaded('OpenSSL')).'">
'.t('OpenSSL').'
</div>
</fieldset>

Loading…
Cancel
Save