[go: up one dir, main page]

File: test.php

package info (click to toggle)
ibwebadmin 0.98-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,892 kB
  • ctags: 1,965
  • sloc: php: 12,454; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
<html>
<body>
There should be info listed below with a functional interbase module.<br/>

<?php
phpinfo();
?>

</body>
</html>