]> git.entuzijast.net Git - freeradius-dialup-admin.git/commitdiff
Small fix in user_finger.php3
authorkkalev <kkalev>
Mon, 22 Dec 2003 15:18:51 +0000 (15:18 +0000)
committerkkalev <kkalev>
Mon, 22 Dec 2003 15:18:51 +0000 (15:18 +0000)
Changelog
htdocs/user_finger.php3

index cae9c70da0c7a0f9b36af54883c1c44d13287020..e6e8af31387cca7217f55bdd245042af0593cf4f 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,7 @@
 Ver 1.68:
 * Huge PostgreSQL compatibility patch by Guy Fraser <guy@incentre.net>
 * Also support the Crypt-Password attribute in lib/sql/password_check.php3. Patch by Guy Fraser <guy@incentre.net>
+* Small fix in user_finger.php3
 Ver 1.65:
 * Add a captions.conf file with a few configurable captions for now
 * Move the nas list to a separate file called naslist.conf
index a899abb22f22aa313c3e39589561b615c5283d10..a9aae2d1a8de70a776cb41fd203e4462798ef493 100644 (file)
@@ -6,7 +6,7 @@ if (!isset($usage_summary)){
 <html>
 <head>
 <META HTTP-EQUIV="Refresh" CONTENT="50">
-<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config[general_charset]?>">
+<meta http-equiv="Content-Type" content="text/html; charset=$config[general_charset]">
 <title>User Finger Facility</title>
 <link rel="stylesheet" href="style.css">
 </head>