Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig 3
Commits
f7b912de
Commit
f7b912de
authored
May 03, 2017
by
Marius Burkard
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'stable-3.1' of git.ispconfig.org:ispconfig/ispconfig3 into stable-3.1
parents
e958729d
b859202b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
interface/lib/classes/aps_guicontroller.inc.php
interface/lib/classes/aps_guicontroller.inc.php
+1
-1
interface/web/sites/aps_installedpackages_list.php
interface/web/sites/aps_installedpackages_list.php
+1
-1
No files found.
interface/lib/classes/aps_guicontroller.inc.php
View file @
f7b912de
...
...
@@ -846,7 +846,7 @@ class ApsGUIController extends ApsBase
$pkg
[
'Requirements PHP extensions'
]
=
trim
(
$php_ext
);
// PHP bool options
$pkg
[
'Requirements PHP settings'
]
=
''
;
$pkg
[
'Requirements PHP settings'
]
=
array
()
;
$php_bool_options
=
array
(
'allow-url-fopen'
,
'file-uploads'
,
'magic-quotes-gpc'
,
'register-globals'
,
'safe-mode'
,
'short-open-tag'
);
foreach
(
$php_bool_options
as
$option
)
...
...
interface/web/sites/aps_installedpackages_list.php
View file @
f7b912de
...
...
@@ -113,7 +113,7 @@ $records = $app->db->queryAllRecords($query);
$app
->
listform_actions
->
DataRowColor
=
'#FFFFFF'
;
// Re-form all result entries and add extra entries
$records_new
=
''
;
$records_new
=
array
()
;
if
(
is_array
(
$records
))
{
$app
->
listform_actions
->
idx_key
=
$app
->
listform
->
listDef
[
"table_idx"
];
...
...
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