silverstripe-framework/templates/SapphireInfo.ss
Sam Minnee a0fb07d8ba Added /SapphireInfo URL with some basic version information
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@50452 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-03-02 23:21:58 +00:00

15 lines
293 B
Scheme

<html>
<head>
<title>Sapphire Application Information</title>
</head>
<body>
<h1>Sapphire Application Information</h1>
<dl>
<dt>Sapphire version:</dt> <dd>$Version</dd>
<dt>Environment type:</dt> <dd>$EnvironmentType</dd>
<dt>Site URL:</dt> <dd>$BaseURL</dd>
</dl>
</body>
</html>