Changeset 4550

Show
Ignore:
Timestamp:
07/26/07 17:34:33 (1 year ago)
Author:
p_lindheimer
Message:

#1442 remove access problem and iframe, put phpinfo() in content div

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.3/phpinfo/module.xml

    r2773 r4550  
    22        <rawname>phpinfo</rawname> 
    33        <name>PHP Info</name> 
    4         <version>1.0</version> 
     4        <version>1.1.0</version> 
     5        <changelog> 
     6                *1.1.0* #1442 remove access problem and iframe 
     7        </changelog> 
    58        <type>tool</type> 
    69        <category>System Administration</category> 
  • modules/branches/2.3/phpinfo/page.phpinfo.php

    r1523 r4550  
    1 <iframe width=100% height=1000px src=modules/phpinfo/phpinfo.inc.php> 
    2 </iframe> 
    3  
     1</div> 
     2<div class="content"> 
     3<br><br> 
     4<?php 
     5        phpinfo(); 
     6?> 
     7</div>