mirror of https://github.com/BOINC/boinc.git
10 lines
115 B
PHP
10 lines
115 B
PHP
|
#! /usr/local/bin/php
|
||
|
<?php
|
||
|
// Generate encryption keys
|
||
|
|
||
|
include_once("test.inc");
|
||
|
|
||
|
create_keys();
|
||
|
|
||
|
?>
|