mirror of
				http://git.whoc.org.uk/git/password-manager.git
				synced 2025-10-31 11:27:34 +01:00 
			
		
		
		
	Integration of PHP backend with /beta and /gamma front ends
Fixed PHP backend and /beta code to handle request and data format compatible with /gamma. At the moment adding/deleting/editing records seem to work fine.
This commit is contained in:
		| @@ -16,10 +16,10 @@ $configuration['db_encoding'] = 0; | ||||
|  | ||||
| // edit the information below to match your database settings | ||||
|  | ||||
| $configuration['db']	= 'clipperz'; 		//	database name | ||||
| $configuration['db']	= 'clipperz'; 	//	database name | ||||
| $configuration['host']	= 'localhost';	//	database host | ||||
| $configuration['user']	= 'root';		//	database user | ||||
| $configuration['pass']	= 'pass';		//	database password | ||||
| $configuration['user']	= 'clipperz';	//	database user | ||||
| $configuration['pass']	= 'clipperz';	//	database password | ||||
| $configuration['port'] 	= '3306';		//	database port | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Giulio Cesare Solaroli
					Giulio Cesare Solaroli