Changeset 8984 for trunk/ippMonitor/raw/phptest.php
- Timestamp:
- Sep 26, 2006, 10:40:55 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/phptest.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/phptest.php
r8980 r8984 1 <?php include 'ipp.php'; ?>1 <?php 2 2 3 <?php menu('test.page', 'ipp.css', ''); ?> 3 include 'ipp.php'; 4 4 5 <? 5 menu('ipp.menu.dat', 'test.page', 'ipp.css', ''); 6 6 7 7 $varlist = array ('SERVER_NAME', 'GATEWAY_INTERFACE', 'SERVER_PROTOCOL', … … 19 19 } 20 20 21 menu_end(); 21 22 ?> 22 23 <?php menu_end(); ?>24 25 </body>26 </html>
Note:
See TracChangeset
for help on using the changeset viewer.
