mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
remove old output of missing functions and classes
This commit is contained in:
parent
da8e5a6eab
commit
8b950006f5
|
@ -113,7 +113,6 @@ class SeedDMS_View_Info extends SeedDMS_Theme_Style {
|
|||
} else {
|
||||
echo $this->successMsg(getMLText('check_passed'));
|
||||
}
|
||||
echo implode(', ', array_diff($requiredext, $phpextensions));
|
||||
|
||||
$this->contentHeading(getMLText("missing_php_functions_and_classes"));
|
||||
$missingfunc = [];
|
||||
|
@ -136,8 +135,6 @@ class SeedDMS_View_Info extends SeedDMS_Theme_Style {
|
|||
} else {
|
||||
echo $this->successMsg(getMLText('check_passed'));
|
||||
}
|
||||
echo '<p>'.implode(', ', $missingfunc).'</p>';
|
||||
echo '<p>'.implode(', ', $missingclass).'</p>';
|
||||
|
||||
if(function_exists('apache_get_modules')) {
|
||||
$this->contentHeading(getMLText("installed_apache_extensions"));
|
||||
|
|
Loading…
Reference in New Issue
Block a user