Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
d601251a
Commit
d601251a
authored
Mar 10, 2000
by
terry%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch by "Peter Schweiger" <Schweiger.Peter@litef.de> -- minor bugfixes.
parent
4d51a2ce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
checksetup.pl
checksetup.pl
+2
-1
userprefs.cgi
userprefs.cgi
+1
-0
No files found.
checksetup.pl
View file @
d601251a
...
...
@@ -426,7 +426,8 @@ if ($webservergroup) {
'processmail'
,
'whineatnews.pl'
,
'collectstats.pl'
,
'checksetup.pl'
;
'checksetup.pl'
,
'syncshadowdb'
;
chmod
0770
,
'data'
,
'shadow'
;
chmod
0666
,
glob
(
'data/*'
);
...
...
userprefs.cgi
View file @
d601251a
...
...
@@ -25,6 +25,7 @@ require "CGI.pl";
sub
sillyness
{
my
$zz
;
$zz
=
$::defaultqueryname
;
$zz
=
$::usergroupset
;
}
my
$userid
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment