Updated README.md
This commit is contained in:
		
							
								
								
									
										13
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								README.md
									
									
									
									
									
								
							| @@ -10,11 +10,11 @@ Features | ||||
|  * GnokiiSender to send using gnokii | ||||
|  * FileSender to store messages in files | ||||
| * Authentication backends for authentication purposes | ||||
|  * DatabaseAuth for a PDO based backend | ||||
|  * DatabaseAuth for a PDO based backend (non-working yet) | ||||
|  * FileAuth to store users and passwords in a shadow-like file | ||||
|  * NullAuth to accept everyone without a password (TODO) | ||||
|  * NullAuth to accept everyone without a password | ||||
| * Logger backends for audit and message logging | ||||
|  * DatabaseLogger for PDO based logging | ||||
|  * DatabaseLogger for PDO based logging (non-working yet) | ||||
|  * FileLogger to log messages to files | ||||
|  | ||||
| Installation | ||||
| @@ -28,10 +28,9 @@ SmsGateway can be installed using [composer](http://getcomposer.org/): | ||||
| Configuration | ||||
| ------------- | ||||
|  | ||||
| Currently, there are no configurable parts exist. My plans are: | ||||
| Currently, there are no configurable parts exist, everything is hard-coded. | ||||
| My plans are: | ||||
|  | ||||
| * File paths for FileSender, FileAuth and FileLogger (currently these are | ||||
|   hard-coded) | ||||
| * File paths for FileSender, FileAuth and FileLogger | ||||
| * Executable path for GnokiiSender | ||||
| * Database parameters for DatabaseSender, DatabaseAuth and DatabaseLogger | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user