From a216f2bec97b662fed7cbd881141e71c7bb388cd Mon Sep 17 00:00:00 2001 From: Humphrey Shotton Date: Fri, 28 Mar 2014 14:10:09 +0000 Subject: [PATCH] Changed Pi Password --- server/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config.php b/server/config.php index e224db1..ea1af7d 100644 --- a/server/config.php +++ b/server/config.php @@ -18,7 +18,7 @@ class Conf{ const URL_BASE = "/pipark/server/"; // The password for the pi's to submit data. - const PI_PASSWORD = 'pi'; + const PI_PASSWORD = 'exeterPiPark'; // Title of the website. const TITLE = 'PiPark';