16 行
		
	
	
		
			无行尾
		
	
	
		
			452 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 行
		
	
	
		
			无行尾
		
	
	
		
			452 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | |
| <html xmlns="http://www.w3.org/1999/xhtml">
 | |
| <head>
 | |
| 	<title></title>
 | |
| 
 | |
| 	<script src="<?php echo base_url(); ?>assets/js/jquery-3.3.1.min.js"></script>
 | |
| </head>
 | |
| <body>
 | |
| 	<script type="text/javascript">
 | |
| 		$(function () {
 | |
| 			parent.jQuery.fancybox.getInstance().close();
 | |
| 			parent.location.reload(true); 
 | |
| 		});
 | |
| 	</script>
 | |
| </body>
 | |
| </html> |