php - clean page index ... for now

This commit is contained in:
kanoi 2014-08-20 14:23:55 +10:00
parent d28c2314e7
commit be0f04fad6

View File

@ -4,7 +4,7 @@ function doindex($data, $user)
{
$pg = '
<h1>CKPool</h1>
Welcome to CKPool the bestest mostest gnarliest poolest in the ...... south.
Welcome to CKPool
';
return $pg;
}