Log Server
This commit is contained in:
		@@ -7,6 +7,7 @@ $router->setDefault(function(){
 | 
				
			|||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//Pages
 | 
					//Pages
 | 
				
			||||||
 | 
					$router->any('/', 'Log');
 | 
				
			||||||
$router->any('/log', 'Log');
 | 
					$router->any('/log', 'Log');
 | 
				
			||||||
$router->any('/login', 'Login');
 | 
					$router->any('/login', 'Login');
 | 
				
			||||||
$router->any('/logout', 'Logout');
 | 
					$router->any('/logout', 'Logout');
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -34,6 +34,7 @@ class Log extends Template
 | 
				
			|||||||
		{
 | 
							{
 | 
				
			||||||
			if (!in_array($value,array(".","..", ".gitkeep")))
 | 
								if (!in_array($value,array(".","..", ".gitkeep")))
 | 
				
			||||||
			{
 | 
								{
 | 
				
			||||||
 | 
							
 | 
				
			||||||
				$result[$value] = $value;
 | 
									$result[$value] = $value;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -41,6 +41,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
                <h1><?php echo $LANGMNG->get('t_Logs'); ?></h1>
 | 
					                <h1><?php echo $LANGMNG->get('t_Logs'); ?></h1>
 | 
				
			||||||
                <label><?php echo $LANGMNG->get('l_logMaxLiveTime') . " " . $LOGTOLIVETIME . " days";?></label></br>
 | 
					                <label><?php echo $LANGMNG->get('l_logMaxLiveTime') . " " . $LOGTOLIVETIME . " days";?></label></br>
 | 
				
			||||||
 | 
					                
 | 
				
			||||||
                <form method="post" action="">
 | 
					                <form method="post" action="">
 | 
				
			||||||
                    <div class="field">
 | 
					                    <div class="field">
 | 
				
			||||||
                        <select class="input" name="LogFile">
 | 
					                        <select class="input" name="LogFile">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user