Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
freedombone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Context Sensitive Group
freedombone
Commits
23c49ded
Commit
23c49ded
authored
7 years ago
by
Bob Mottram
Browse files
Options
Downloads
Patches
Plain Diff
Wording
parent
e03a67f1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/freedombone-app-friendica
+3
-3
3 additions, 3 deletions
src/freedombone-app-friendica
with
3 additions
and
3 deletions
src/freedombone-app-friendica
+
3
−
3
View file @
23c49ded
...
...
@@ -134,7 +134,7 @@ function friendica_close_registrations {
--msgbox
$"New registrations are now closed"
6 40
}
function
friendica_
open
_registrations
{
function
friendica_
allow
_registrations
{
sed
-i
"s|REGISTER_CLOSED|REGISTER_OPEN|g"
/var/www/
$FRIENDICA_DOMAIN_NAME
/htdocs/.htconfig.php
dialog
--title
$"Friendica Account Registrations"
\
--msgbox
$"New registrations are permitted"
6 40
...
...
@@ -151,7 +151,7 @@ function configure_interactive_friendica {
1
$"Set channel directory server"
off
\
2
$"Renew SSL certificate"
off
\
3
$"Close new account registrations"
off
\
4
$"
Open
new account registrations"
off
\
4
$"
Allow
new account registrations"
off
\
5
$"Back to main menu"
on 2>
$data
sel
=
$?
case
$sel
in
...
...
@@ -162,7 +162,7 @@ function configure_interactive_friendica {
1
)
friendica_channel_directory_server
;;
2
)
friendica_renew_cert
;;
3
)
friendica_close_registrations
;;
4
)
friendica_
open
_registrations
;;
4
)
friendica_
allow
_registrations
;;
5
)
break
;;
esac
done
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment