Project

General

Profile

« Previous | Next » 

Revision 0d5c21f7

Added by Chris Buechler about 14 years ago

fix missing images for CRLs

View differences:

usr/local/www/system_crlmanager.php
494 494
					</thead>
495 495
					<tbody>
496 496
					<?php
497
						$caimg = "/themes/{$g['theme']}/images/icons/icon_frmfld_cert.png";
497 498
						// Map CRLs to CAs in one pass
498 499
						$ca_crl_map = array();
499 500
						foreach($a_crl as $crl)
......
504 505
							$name = htmlspecialchars($ca['descr']);
505 506

  
506 507
							if($ca['prv']) {
507
								$caimg = "/themes/{$g['theme']}/images/icons/icon_frmfld_cert.png";
508 508
								$cainternal = "YES";
509 509
							} else 
510 510
								$cainternal = "NO";

Also available in: Unified diff