From 67455b069c4c9ec493f9cef76017e172a430a7d4 Mon Sep 17 00:00:00 2001 From: Giulio Cesare Solaroli Date: Sun, 23 Oct 2011 17:36:57 +0000 Subject: 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. --- (limited to 'backend/php/src/configuration.php') diff --git a/backend/php/src/configuration.php b/backend/php/src/configuration.php index 291e3a1..85f680e 100644 --- a/backend/php/src/configuration.php +++ b/backend/php/src/configuration.php @@ -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 -- cgit v0.9.0.2