mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
16 lines
306 B
Scheme
16 lines
306 B
Scheme
<html>
|
|
<head>
|
|
<title>SilverStripe Application Information</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>SilverStripe Application Information</h1>
|
|
|
|
<dl>
|
|
<dt>SilverStripe version:</dt> <dd>$Version</dd>
|
|
<dt>Environment type:</dt> <dd>$EnvironmentType</dd>
|
|
<dt>Site URL:</dt> <dd>$BaseURL</dd>
|
|
</dl>
|
|
</body>
|
|
</html>
|