aboutsummaryrefslogtreecommitdiffstats
path: root/config/authng/diff/authng-guiconfig.inc.diff
diff options
context:
space:
mode:
authorErmal <ermal.luci@gmail.com>2014-02-18 21:02:25 +0000
committerErmal <ermal.luci@gmail.com>2014-02-18 21:02:25 +0000
commit74f02a79cc94a22ad12d212c70d0970cf61e50f9 (patch)
tree9657f794398b45f1fd45e86a0ead64f969bfe976 /config/authng/diff/authng-guiconfig.inc.diff
parentc01ac3965a3adbcb4dbb7859ec0d49aacb4db76d (diff)
downloadpfsense-packages-74f02a79cc94a22ad12d212c70d0970cf61e50f9.tar.gz
pfsense-packages-74f02a79cc94a22ad12d212c70d0970cf61e50f9.tar.bz2
pfsense-packages-74f02a79cc94a22ad12d212c70d0970cf61e50f9.zip
Remove this package from the repo to not confuse new comers
Diffstat (limited to 'config/authng/diff/authng-guiconfig.inc.diff')
-rw-r--r--config/authng/diff/authng-guiconfig.inc.diff27
1 files changed, 0 insertions, 27 deletions
diff --git a/config/authng/diff/authng-guiconfig.inc.diff b/config/authng/diff/authng-guiconfig.inc.diff
deleted file mode 100644
index e65ae8b8..00000000
--- a/config/authng/diff/authng-guiconfig.inc.diff
+++ /dev/null
@@ -1,27 +0,0 @@
-Index: guiconfig.inc
-===================================================================
-RCS file: /cvsroot/pfSense/usr/local/www/guiconfig.inc,v
-retrieving revision 1.90.2.31.2.3
-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) {