[ Index ]

PHP Cross Reference of Moodle 1.9.3 [Build 15-Oct-2008]

title

Body

[close]

/mnet/ -> publickey.php (source)

   1  <?php // $Id: publickey.php,v 1.2 2007/08/29 10:48:46 stronk7 Exp $
   2  /**
   3   * Print this server's public key and exit
   4   *
   5   * @author  Donal McMullan  donal@catalyst.net.nz
   6   * @version 0.0.1
   7   * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
   8   * @package mnet
   9   */
  10  
  11  require_once(dirname(dirname(__FILE__)) . '/config.php');
  12  require_once $CFG->dirroot.'/mnet/lib.php';
  13  header("Content-type: text/plain");
  14  $keypair = mnet_get_keypair();
  15  echo $keypair['certificate'];
  16  ?>


Generated: Wed Jan 14 11:33:29 2009 Cross-referenced by PHPXref 0.7