>From 53710e8ce74a0fd7fca28d543b00cfafb19a62b7 Mon Sep 17 00:00:00 2001
From: Loui Chang <louipc.ist@gmail.com>
Date: Wed, 26 Mar 2008 20:02:05 -0400
Subject: [PATCH] Update a couple of things in web/README.txt

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
---
 web/README.txt |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/web/README.txt b/web/README.txt
index 1c4dfa5..f6d9057 100644
--- a/web/README.txt
+++ b/web/README.txt
@@ -28,8 +28,11 @@ Setup on ArchLinux:
    </VirtualHost>
 
 4) Configure PHP
- - Edit /etc/php.ini and uncomment the mysql extension line:
+   Make sure you have mysql and json enabled in PHP
+
+ - Edit php.ini and uncomment/add these lines:
    extension=mysql.so
+   extension=json.so
 
 5) Clone the AUR project (using the MYUSER from above)
    $ cd
@@ -70,6 +73,8 @@ Directory Layout:
 ./html/css    - CSS stylesheets
 ./html/images - Any AUR images live here.
 ./lib         - Supporting PHP include files.  Access denied to Apache.
+./template    - Where most of the html markup resides and minimal
+                amount of PHP scripting.
 
 
 Scripts:
-- 
1.5.4.2

