From: kkalev Date: Sat, 1 Mar 2003 13:01:07 +0000 (+0000) Subject: Add an entry in the FAQ about adding .php3 handling X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=d50766316a72c97ed5e4f55abaf5d2c4278c57fe;p=freeradius-dialup-admin.git Add an entry in the FAQ about adding .php3 handling --- diff --git a/Changelog b/Changelog index dde9b83..3905beb 100644 --- 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 421fe0b..9c2b211 100644 --- 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?