From be0f04fad65afab7d7a365bd94ec8a293cecb604 Mon Sep 17 00:00:00 2001 From: kanoi Date: Wed, 20 Aug 2014 14:23:55 +1000 Subject: [PATCH] php - clean page index ... for now --- pool/page_index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pool/page_index.php b/pool/page_index.php index e39ad7d9..b7ab0f79 100644 --- a/pool/page_index.php +++ b/pool/page_index.php @@ -4,7 +4,7 @@ function doindex($data, $user) { $pg = '

CKPool

-Welcome to CKPool the bestest mostest gnarliest poolest in the ...... south. +Welcome to CKPool '; return $pg; }