cacert-policies/code/pd.php

7 lines
204 B
PHP
Raw Normal View History

<?php
require_once("policydecisions.class.php");
$pd = new \Misc\PolicyDecisions();
$pd->load_from_webpage(); // this one,
$pd->html(); // see this for options on output
?>