Project

General

Profile

« Previous | Next » 

Revision 08da8b84

Added by Steve Beaver over 7 years ago

Add upgrade notice to dashboard

View differences:

src/usr/local/www/index.php
508 508
	require_once("{$g['www_path']}/copynotice.inc");
509 509
	@unlink("{$g['cf_conf_path']}/copynotice_display");
510 510
}
511

  
512
/*
513
 * Import the modal form used to display any HTML text a package may want to display
514
 * on installation or removal
515
 */
516
$ui_notice = "/tmp/package_ui_notice";
517
if (file_exists($ui_notice)) {
518
	require_once("{$g['www_path']}/upgrnotice.inc");
519
}
511 520
?>
512 521

  
513 522
<script type="text/javascript">

Also available in: Unified diff