Project

General

Profile

« Previous | Next » 

Revision c1f95f5c

Added by Jim Pingle over 14 years ago

Various CRL fixes.

View differences:

usr/local/www/vpn_openvpn_server.php
61 61

  
62 62
$a_crl =& $config['crl'];
63 63

  
64
foreach ($a_crl as $cid => $acrl)
65
	if (!isset($acrl['refid']))
66
		unset ($a_crl[$cid]);
67

  
64 68
$id = $_GET['id'];
65 69
if (isset($_POST['id']))
66 70
	$id = $_POST['id'];

Also available in: Unified diff