Changeset 4550
- Timestamp:
- 07/26/07 17:34:33 (1 year ago)
- Files:
-
- modules/branches/2.3/phpinfo/module.xml (modified) (1 diff)
- modules/branches/2.3/phpinfo/page.phpinfo.php (modified) (1 diff)
- modules/branches/2.3/phpinfo/phpinfo.inc.php (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.3/phpinfo/module.xml
r2773 r4550 2 2 <rawname>phpinfo</rawname> 3 3 <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> 5 8 <type>tool</type> 6 9 <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>
