mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-28 02:20:41 +00:00
show path of configuration file
This commit is contained in:
parent
d4265e65f8
commit
de35433091
|
|
@ -62,8 +62,9 @@ class SeedDMS_View_Info extends SeedDMS_Theme_Style {
|
|||
$dbversion = $dms->getDBVersion();
|
||||
echo "<tr><td>".getMLText('seeddms_version')."</td><td>".$version->version()."</td></tr>\n";
|
||||
if($user->isAdmin()) {
|
||||
$storage = $dms->getStorage();
|
||||
echo "<tr><td>".getMLText('database_schema_version')."</td><td>".$dbversion['major'].".".$dbversion['minor'].".".$dbversion['subminor']."</td></tr>\n";
|
||||
echo "<tr><td>".getMLText('configuration_file')."</td><td>".$settings->_configFilePath."</td></tr>\n";
|
||||
$storage = $dms->getStorage();
|
||||
echo "<tr></td><td>".getMLText('storage')."</td><td>".($storage ? $storage->info() : "legacy")."</td></tr>\n";
|
||||
}
|
||||
echo "</tbody>\n</table>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user