]> git.entuzijast.net Git - freeradius-dialup-admin.git/commitdiff
Add an entry in the FAQ about adding .php3 handling
authorkkalev <kkalev>
Sat, 1 Mar 2003 13:01:07 +0000 (13:01 +0000)
committerkkalev <kkalev>
Sat, 1 Mar 2003 13:01:07 +0000 (13:01 +0000)
Changelog
FAQ

index dde9b83d1d7526a27f8310f998e2bf4e7e0e646e..3905beba3ec8c8e2874c1a71cb5c81a7f1589090 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -13,6 +13,7 @@ Ver 1.63:
 * Only show the personal attributes in the New User page if we have ldap or we are using the userinfo table in sql
 * Add a per nas finger_type directive
 * Update the TODO file
+* Add an entry in the FAQ about adding .php3 handling
 Ver 1.62:
 * Remove one sql query from user_admin which was not needed.
 * Instead of a query like "LIKE 'YYYY-MM-DD%'" use "AcctStopTime >= 'YYYY-MM-DD 00:00:00 AND AcctStopTime
diff --git a/FAQ b/FAQ
index 421fe0b34208cd37dcaedb848fcbf1ba52238053..9c2b211b9b47152c080d8547fd4fcc193988fa62 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -5,6 +5,12 @@ No, there isn't. It's easier for me to write code than to document it :-)
 Anyway, I always try to make better documentation.
 There's also this FAQ :-)
 
+>
+> When I try to access some page I see the php code instead of html
+>
+
+Make sure that you have configured php to handle files with .php3 extension
+
 > 
 > What tables do I need to create in the MySQL database?