ServerTime
This commit is contained in:
		@@ -49,6 +49,8 @@ class Log extends Template
 | 
				
			|||||||
		$template->prepare('ramFree', $this->getSystemMemInfo()["MemFree"]);
 | 
							$template->prepare('ramFree', $this->getSystemMemInfo()["MemFree"]);
 | 
				
			||||||
		$template->prepare('ramTotal', $this->getSystemMemInfo()["MemTotal"]);
 | 
							$template->prepare('ramTotal', $this->getSystemMemInfo()["MemTotal"]);
 | 
				
			||||||
		$template->prepare('diskTotal', disk_total_space("/"));
 | 
							$template->prepare('diskTotal', disk_total_space("/"));
 | 
				
			||||||
 | 
							$template->prepare('serverTime', date('m. d. Y H:i:s - e'));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -32,6 +32,8 @@
 | 
				
			|||||||
					 <progress value="<?php echo explode(" ", $RAMFREE)[0];?>" max="<?php echo explode(" ", $RAMTOTAL)[0];?>"> <?php echo $RAMFREE;?> </progress></br>
 | 
										 <progress value="<?php echo explode(" ", $RAMFREE)[0];?>" max="<?php echo explode(" ", $RAMTOTAL)[0];?>"> <?php echo $RAMFREE;?> </progress></br>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                <label>DISKTOTAL: <?php echo $DISKTOTAL;?> bytes available</label></br>
 | 
					                <label>DISKTOTAL: <?php echo $DISKTOTAL;?> bytes available</label></br>
 | 
				
			||||||
 | 
					                 <label>SERVER TIME: <?php echo $SERVERTIME;?></label></br>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                <form method="post" action="">
 | 
					                <form method="post" action="">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user