mirror of
				https://gitlab.com/ruany/litebans-php.git
				synced 2025-10-30 14:32:25 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			869 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			869 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
|     <meta charset="utf-8">
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1">
 | |
|     <meta name="description" content="">
 | |
|     <title>litebans-php - Unconfigured</title>
 | |
|     <link href="../inc/css/bootstrap.min.css" rel="stylesheet">
 | |
| </head>
 | |
| <body>
 | |
| <div class="container">
 | |
|     <div class="jumbotron">
 | |
|         <h2>Unconfigured</h2><br>
 | |
| 
 | |
|         <div class="text-success">
 | |
|             Welcome to the LiteBans web interface!
 | |
|             <br>
 | |
|             To get started, edit <a class="text-warning">inc/settings.php</a> and fill in your database information.
 | |
|             <br>
 | |
|             After configuration has been completed, click <a class="text-warning">"Try Again"</a>.
 | |
|             <br>
 | |
|         </div>
 | |
|         <br>
 | |
|         <a href="../" class="btn btn-default">Try Again</a>
 | |
|     </div>
 | |
| </div>
 | |
| </body>
 | |
| </html>
 | 
