Changeset 8703
- Timestamp:
- 01/28/10 13:18:33 (3 years ago)
- Files:
-
- modules/branches/2.7/dashboard/module.xml (modified) (2 diffs)
- modules/branches/2.7/dashboard/phpsysinfo/class.Linux.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.7/dashboard/module.xml
r8475 r8703 2 2 <rawname>dashboard</rawname> 3 3 <name>System Dashboard</name> 4 <version>2. 6.0.2</version>4 <version>2.7.0.0</version> 5 5 <publisher>FreePBX</publisher> 6 6 <license>GPLv2+</license> … … 20 20 </depends> 21 21 <changelog> 22 *2.7.0.0* #3547 22 23 *2.6.0.2* localizations 23 24 *2.6.0.1* #3226, #3353 modules/branches/2.7/dashboard/phpsysinfo/class.Linux.inc.php
r8093 r8703 33 33 34 34 $this->parser = new Parser(); 35 $this->parser->df_param = 'P ';35 $this->parser->df_param = 'Pl'; 36 36 37 37 $list = parse_ini_file(APP_ROOT . "/" . $this->inifile, true);
