Skip to content
GitLab
Menu
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
cd969863
Commit
cd969863
authored
Dec 01, 2008
by
redray
Browse files
fixed revision display style
parent
0abf3099
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/tpl/config.inc.php.master
View file @
cd969863
...
...
@@ -40,7 +40,7 @@ if( !empty($_SERVER['DOCUMENT_ROOT']) ) {
//** SVN Revision
$svn_revision
=
'$Revision$'
;
$revision
=
str_replace
(
array
(
'Revision'
,
'$'
),
''
,
$svn_revision
);
$revision
=
str_replace
(
array
(
'Revision
:
'
,
'$
'
,
'
'
),
''
,
$svn_revision
);
//** Application
define
(
'ISPC_APP_TITLE'
,
'ISPConfig'
);
...
...
Write
Preview
Supports
Markdown
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