<?php
/**
* @package : Disk Drives Informations
* @source : /drives-info/conf/config.php
* @version : 1.0.0
* @created : 22024-11-27 07:00:00 UTC+3
* @updated :
* @author : Drogidis Christos
* @authorSite : www.alexsoft.gr
* @license : AGL-F
*
* @since PHP 8.2.0
*/
return [
'lang' => 'en', // Current Language of package
'show_title' => true, // Show Title in block element.
'show_total_size' => true, // Show Disk Drive total size
'theme' => 'cleargray' // Theme. 'default' or 'cleargray'
];
?>
|