You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2026-01-14 12:02:20 +03:00
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@581 a1433add-5e2c-0410-b055-b7f2511e0802
18 lines
546 B
PHP
18 lines
546 B
PHP
<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>
|