view.php 150 B

123456789
  1. <?php
  2. $PageInfo['title'] = 'SSL API Settings';
  3. $where = array(
  4. 'api_key' => 'FREESSL'
  5. );
  6. $SSLApi = $DB->find('ssl_api', '*', $where, null, 1);