Changeset 7614

Show
Ignore:
Timestamp:
05/02/09 12:35:40 (3 years ago)
Author:
p_lindheimer
Message:

fixes #3449 path is relative to admin and not admin/views directory

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.5/amp_conf/htdocs/admin/views/panel.php

    r6844 r7614  
    55$template['content'] =  
    66  '<div id="panelframe">'. 
    7   '<iframe width="97%" height="600" frameborder="0" align="top" src="../../panel/index_amp.php?context='.$deptname.'"></iframe>'. 
     7  '<iframe width="97%" height="600" frameborder="0" align="top" src="../panel/index_amp.php?context='.$deptname.'"></iframe>'. 
    88  '</div>'; 
    99showview('freepbx', $template);