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
26e265ea
Commit
26e265ea
authored
Nov 16, 2015
by
Marius Cramer
Browse files
- Added missing version change
parent
e0e69db9
Changes
2
Hide whitespace changes
Inline
Side-by-side
interface/lib/classes/aps_base.inc.php
View file @
26e265ea
...
...
@@ -65,7 +65,7 @@ class ApsBase
$this
->
log_prefix
=
$log_prefix
;
$this
->
interface_mode
=
$interface_mode
;
$this
->
fetch_url
=
'apscatalog.com'
;
$this
->
aps_version
=
'1'
;
$this
->
aps_version
=
'1
.2
'
;
$this
->
packages_dir
=
ISPC_ROOT_PATH
.
'/aps_packages'
;
$this
->
interface_pkg_dir
=
ISPC_ROOT_PATH
.
'/web/sites/aps_meta_packages'
;
}
...
...
server/lib/classes/aps_base.inc.php
View file @
26e265ea
...
...
@@ -65,7 +65,7 @@ class ApsBase
$this
->
log_prefix
=
$log_prefix
;
$this
->
interface_mode
=
$interface_mode
;
$this
->
fetch_url
=
'apscatalog.com'
;
$this
->
aps_version
=
'1'
;
$this
->
aps_version
=
'1
.2
'
;
$this
->
packages_dir
=
ISPC_ROOT_PATH
.
'/aps_packages'
;
$this
->
interface_pkg_dir
=
ISPC_ROOT_PATH
.
'/web/sites/aps_meta_packages'
;
}
...
...
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