Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
17c061f0
Commit
17c061f0
authored
Nov 22, 2008
by
fantu
Browse files
fix version and show the version in development (change in successive after release)
parent
62469fc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/lib/config.inc.php
View file @
17c061f0
...
...
@@ -40,11 +40,11 @@ if( !empty($_SERVER['DOCUMENT_ROOT']) ) {
//** Key paramaters
$conf
[
'app_title'
]
=
'ISPConfig'
;
$conf
[
'app_version'
]
=
'3.0.
7
'
;
$conf
[
'app_version'
]
=
'3.0.
0.8
'
;
$conf
[
'modules_available'
]
=
'admin,mail,sites,monitor,client,dns'
;
define
(
'ISPC_APP_TITLE'
,
'ISPConfig'
);
define
(
'ISPC_APP_VERSION'
,
'3.0.
7
'
);
define
(
'ISPC_APP_VERSION'
,
'3.0.
0.8
'
);
define
(
'ISPC_INTERFACE_MODULES_ENABLED'
,
'mail,sites,dns,tools'
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment