aboutsummaryrefslogtreecommitdiffstats
path: root/packages/authng/diff
diff options
context:
space:
mode:
authorDaniel Stefan Haischt <dsh@pfsense.org>2007-09-16 19:08:07 +0000
committerDaniel Stefan Haischt <dsh@pfsense.org>2007-09-16 19:08:07 +0000
commit8b857b14855f7639fdf7ee9e5f4eb22a7c6779aa (patch)
tree8ad408fd5d8801ecf3340e1202207a83fe562ba7 /packages/authng/diff
parent92776fa26b8a5af6434826ce0f26a19f3c142b07 (diff)
downloadpfsense-packages-8b857b14855f7639fdf7ee9e5f4eb22a7c6779aa.tar.gz
pfsense-packages-8b857b14855f7639fdf7ee9e5f4eb22a7c6779aa.tar.bz2
pfsense-packages-8b857b14855f7639fdf7ee9e5f4eb22a7c6779aa.zip
* added user manager GUI stuff
* split usermanager GUI into several files to improve maintainability * added windows JavaScript files to provide eye candy to alert boxes * added initial wizard * TODO: factor out auth usermanager related logic from authng.inc to authng_usermanager.inc
Diffstat (limited to 'packages/authng/diff')
-rw-r--r--packages/authng/diff/authng-guiconfig.inc.diff15
1 files changed, 13 insertions, 2 deletions
diff --git a/packages/authng/diff/authng-guiconfig.inc.diff b/packages/authng/diff/authng-guiconfig.inc.diff
index 35b4f3aa..e65ae8b8 100644
--- a/packages/authng/diff/authng-guiconfig.inc.diff
+++ b/packages/authng/diff/authng-guiconfig.inc.diff
@@ -6,11 +6,22 @@ diff -u -r1.90.2.31.2.3 guiconfig.inc
--- guiconfig.inc 10 May 2007 20:49:41 -0000 1.90.2.31.2.3
+++ guiconfig.inc 9 Sep 2007 19:43:31 -0000
@@ -41,7 +41,7 @@
-
+
/* Include authentication routines */
/* THIS MUST BE ABOVE ALL OTHER CODE */
-require_once("auth.inc");
+require_once("authng_authgui.inc");
-
+
/* parse the configuration and include all configuration functions */
require_once("config.inc");
+@@ -574,10 +574,6 @@
+
+ usort($config['shaper']['rule'], "rqpcmp");
+ }
+-function gentitle($pgname) {
+- global $config;
+- return $config['system']['hostname'] . "." . $config['system']['domain'] . " - " . $pgname;
+-}
+
+ /* update the changedesc and changecount(er) variables */
+ function update_changedesc($update) {