You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
postfixadmin/tests/simpletest/test/site/link_confirm.php

18 lines
546 B
PHTML

<html>
<head><title>SimpleTest testing links</title></head>
<body>
<p>
A target for the
<a href="http://www.lastcraft.com/simple_test.php">SimpleTest</a>
test suite.
</p>
<p>
<ul>
<li><a href="http://www.lastcraft.com/test/network_confirm.php">Absolute</a></li>
<li><a href="network_confirm.php">Relative</a></li>
<li><a href="network_confirm.php" id="1">Id</a></li>
</ul>
</p>
</body>
</html>