Changeset 12851

Show
Ignore:
Timestamp:
10/19/11 20:37:43 (2 years ago)
Author:
p_lindheimer
Message:

update for publish

Files:

Legend:

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

    r12587 r12851  
    33  <repo>standard</repo> 
    44  <name>System Dashboard</name> 
    5   <version>2.10.0.0</version> 
     5  <version>2.10.0.1</version> 
    66  <publisher>FreePBX</publisher> 
    77  <license>GPLv2+</license> 
     
    1919  </depends> 
    2020  <changelog> 
     21    *2.10.0.1* remove FOP specific code 
    2122    *2.10.0.0* new version changes 
    2223    *2.9.0.4* #5075 
  • modules/branches/2.10/dashboard/page.index.php

    r12801 r12851  
    1717//    Copyright (C) 2006 Astrogen LLC  
    1818// 
     19 
     20if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); } 
    1921 
    2022$dashboard_debug = false;