Changeset 8703

Show
Ignore:
Timestamp:
01/28/10 13:18:33 (3 years ago)
Author:
p_lindheimer
Message:

fixes #3547 add -l option to seach just local file systems

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.7/dashboard/module.xml

    r8475 r8703  
    22  <rawname>dashboard</rawname> 
    33  <name>System Dashboard</name> 
    4   <version>2.6.0.2</version> 
     4  <version>2.7.0.0</version> 
    55  <publisher>FreePBX</publisher> 
    66  <license>GPLv2+</license> 
     
    2020  </depends> 
    2121  <changelog> 
     22    *2.7.0.0* #3547 
    2223    *2.6.0.2* localizations 
    2324    *2.6.0.1* #3226, #3353 
  • modules/branches/2.7/dashboard/phpsysinfo/class.Linux.inc.php

    r8093 r8703  
    3333   
    3434    $this->parser = new Parser(); 
    35     $this->parser->df_param = 'P'; 
     35    $this->parser->df_param = 'Pl'; 
    3636   
    3737   $list = parse_ini_file(APP_ROOT . "/" . $this->inifile, true);