You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					19 lines
				
				468 B
			
		
		
			
		
	
	
					19 lines
				
				468 B
			| 
								 
											16 years ago
										 
									 | 
							
								<?php
							 | 
						||
| 
								 | 
							
								/* For licensing terms, see /license.txt */
							 | 
						||
| 
								 
											6 years ago
										 
									 | 
							
								
							 | 
						||
| 
								 
											16 years ago
										 
									 | 
							
								/**
							 | 
						||
| 
								 
											8 years ago
										 
									 | 
							
								 * @author Julio Montoya <gugli100@gmail.com>
							 | 
						||
| 
								 | 
							
								 */
							 | 
						||
| 
								 
											16 years ago
										 
									 | 
							
								$cidReset = true;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 
											9 years ago
										 
									 | 
							
								require_once __DIR__.'/../inc/global.inc.php';
							 | 
						||
| 
								 
											16 years ago
										 
									 | 
							
								
							 | 
						||
| 
								 
											14 years ago
										 
									 | 
							
								$this_section = SECTION_PLATFORM_ADMIN;
							 | 
						||
| 
								 
											16 years ago
										 
									 | 
							
								// User permissions
							 | 
						||
| 
								 | 
							
								api_protect_admin_script();
							 | 
						||
| 
								 
											6 years ago
										 
									 | 
							
								$interbreadcrumb[] = ['url' => 'index.php', 'name' => get_lang('Administration')];
							 | 
						||
| 
								 | 
							
								Display::display_header(get_lang('System status'));
							 | 
						||
| 
								 
											16 years ago
										 
									 | 
							
								$diag = new Diagnoser();
							 | 
						||
| 
								 | 
							
								$diag->show_html();
							 | 
						||
| 
								 
											8 years ago
										 
									 | 
							
								Display:: display_footer();
							 |