Changeset 12851
- Timestamp:
- 10/19/11 20:37:43 (2 years ago)
- Files:
-
- modules/branches/2.10/dashboard/module.xml (modified) (2 diffs)
- modules/branches/2.10/dashboard/page.index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.10/dashboard/module.xml
r12587 r12851 3 3 <repo>standard</repo> 4 4 <name>System Dashboard</name> 5 <version>2.10.0. 0</version>5 <version>2.10.0.1</version> 6 6 <publisher>FreePBX</publisher> 7 7 <license>GPLv2+</license> … … 19 19 </depends> 20 20 <changelog> 21 *2.10.0.1* remove FOP specific code 21 22 *2.10.0.0* new version changes 22 23 *2.9.0.4* #5075 modules/branches/2.10/dashboard/page.index.php
r12801 r12851 17 17 // Copyright (C) 2006 Astrogen LLC 18 18 // 19 20 if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); } 19 21 20 22 $dashboard_debug = false;
