Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
489
Issues
489
List
Boards
Labels
Service Desk
Milestones
Merge Requests
25
Merge Requests
25
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISPConfig
ISPConfig 3
Commits
00b1bddf
Commit
00b1bddf
authored
Mar 09, 2009
by
tbrehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed website_basedir field in server config template.
parent
aec6c8bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
interface/web/admin/lib/lang/en_server_config.lng
interface/web/admin/lib/lang/en_server_config.lng
+1
-0
interface/web/admin/templates/server_config_web_edit.htm
interface/web/admin/templates/server_config_web_edit.htm
+1
-1
No files found.
interface/web/admin/lib/lang/en_server_config.lng
View file @
00b1bddf
...
...
@@ -4,6 +4,7 @@ $wb["jailkit_chroot_app_sections_txt"] = 'Jailkit chroot app sections';
$wb
[
"jailkit_chroot_app_programs_txt"
]
=
'Jailkit chrooted applications'
;
$wb
[
"website_path_txt"
]
=
'Website path'
;
$wb
[
"website_symlinks_txt"
]
=
'Website symlinks'
;
$wb
[
"website_basedir_txt"
]
=
'Website basedir'
;
$wb
[
"vhost_conf_dir_txt"
]
=
'Vhost config dir'
;
$wb
[
"vhost_conf_enabled_dir_txt"
]
=
'Vhost config enabled dir'
;
$wb
[
"getmail_config_dir_txt"
]
=
'Getmail config dir'
;
...
...
interface/web/admin/templates/server_config_web_edit.htm
View file @
00b1bddf
...
...
@@ -6,7 +6,7 @@
<div
class=
"pnl_formsarea"
>
<fieldset
class=
"inlineLabels"
>
<div
class=
"ctrlHolder"
>
<label
for=
"website_
path
"
>
{tmpl_var name='website_basedir_txt'}
</label>
<label
for=
"website_
basedir
"
>
{tmpl_var name='website_basedir_txt'}
</label>
<input
name=
"website_basedir"
id=
"website_basedir"
value=
"{tmpl_var name='website_basedir'}"
size=
"40"
maxlength=
"255"
type=
"text"
class=
"textInput"
/>
</div>
<div
class=
"ctrlHolder"
>
...
...
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