use printf
This commit is contained in:
		
							parent
							
								
									815ee680cc
								
							
						
					
					
						commit
						effa2a3d35
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -14,7 +14,7 @@
 | 
				
			||||||
                printf("<p>running version</p>");
 | 
					                printf("<p>running version</p>");
 | 
				
			||||||
                printf("<h2>%s</h2><br>", $ms->get_version());
 | 
					                printf("<h2>%s</h2><br>", $ms->get_version());
 | 
				
			||||||
                printf("<p>Players online</p>");
 | 
					                printf("<p>Players online</p>");
 | 
				
			||||||
                printf("<h2>%s / %s</h2>)"), $ms->get_current_players(), $ms->get_max_players();
 | 
					                printf("<h2>%s / %s</h2>)", $ms->get_current_players(), $ms->get_max_players();
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            else {
 | 
					            else {
 | 
				
			||||||
                echo("<p>The Server is:</p>");
 | 
					                echo("<p>The Server is:</p>");
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue