summaryrefslogtreecommitdiff
path: root/htdocs/downformaintenance.php
blob: 0843625e33eb6e4e6af3395a62132c4dae7a67ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
// the home page
require_once("include/init.inc");
require_once("include/string_utils.inc");
require_once("scripts/include/script.inc");
require_once("tips/include/tip.inc");
require_once("news/include/news.inc");

$page_title = "Vim online is down for maintenance";
$page_sid = "sid_index.php";
$page_foot = "foot_index.php";
$page_foot_top = "foot_top_index.php";

//include("header.php");
?>

<h3>
Vim online is currently down for maintenance. I'm moving the backend to MySQL version 4.1. Thanks for your patience.
</h3>
Scott

<?php
//include("footer.php");
?>