Revision 7f43ca88
Added by Scott Ullrich about 20 years ago
usr/local/www/system_routes.php | ||
---|---|---|
87 | 87 |
exit; |
88 | 88 |
} |
89 | 89 |
} |
90 |
|
|
91 |
$pgtitle = "System: Static Routes"; |
|
92 |
include("head.inc"); |
|
93 |
|
|
90 | 94 |
?> |
91 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|
92 |
<html> |
|
93 |
<head> |
|
94 |
<title><?=gentitle("System: Static routes");?></title> |
|
95 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
|
96 |
<link href="gui.css" rel="stylesheet" type="text/css"> |
|
97 |
</head> |
|
98 | 95 |
|
99 | 96 |
<body link="#0000CC" vlink="#0000CC" alink="#0000CC"> |
100 | 97 |
<?php include("fbegin.inc"); ?> |
Also available in: Unified diff
Use new header system.