Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Game Over!
ISPConfig 3
Commits
0d73295b
Commit
0d73295b
authored
May 07, 2015
by
Till Brehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated ISPConfig version number to 3.0.5.4p6
parent
42f0c93c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
install/sql/ispconfig3.sql
install/sql/ispconfig3.sql
+1
-1
install/tpl/config.inc.php.master
install/tpl/config.inc.php.master
+1
-1
interface/lib/config.inc.php
interface/lib/config.inc.php
+1
-1
interface/web/themes/blue/ispconfig_version
interface/web/themes/blue/ispconfig_version
+1
-1
No files found.
install/sql/ispconfig3.sql
View file @
0d73295b
...
...
@@ -2292,7 +2292,7 @@ INSERT INTO `sys_user` (`userid`, `sys_userid`, `sys_groupid`, `sys_perm_user`,
-- Dumping data for table `sys_config`
--
INSERT
INTO
sys_config
VALUES
(
'db'
,
'db_version'
,
'3.0.5.4p
5
'
);
INSERT
INTO
sys_config
VALUES
(
'db'
,
'db_version'
,
'3.0.5.4p
6
'
);
INSERT
INTO
sys_config
VALUES
(
'interface'
,
'session_timeout'
,
'0'
);
SET
FOREIGN_KEY_CHECKS
=
1
;
install/tpl/config.inc.php.master
View file @
0d73295b
...
...
@@ -56,7 +56,7 @@ $revision = str_replace(array('Revision:','$',' '), '', $svn_revision);
//** Application
define
(
'ISPC_APP_TITLE'
,
'ISPConfig'
);
define
(
'ISPC_APP_VERSION'
,
'3.0.5.4p
5
'
);
define
(
'ISPC_APP_VERSION'
,
'3.0.5.4p
6
'
);
define
(
'DEVSYSTEM'
,
0
);
...
...
interface/lib/config.inc.php
View file @
0d73295b
...
...
@@ -44,7 +44,7 @@ $revision = str_replace(array('Revision:', '$', ' '), '', $svn_revision);
//** Application
define
(
'ISPC_APP_TITLE'
,
'ISPConfig'
);
define
(
'ISPC_APP_VERSION'
,
'3.0.5.4p
5
'
);
define
(
'ISPC_APP_VERSION'
,
'3.0.5.4p
6
'
);
define
(
'DEVSYSTEM'
,
0
);
...
...
interface/web/themes/blue/ispconfig_version
View file @
0d73295b
3.0.5.4p
5
3.0.5.4p
6
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