From c0edb405fe0e055b0e7703a22fc9a816cb170464 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Wed, 24 May 2017 23:56:00 -1000 Subject: [PATCH] always forgetting to close something --- gw-action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gw-action.php b/gw-action.php index 94c4439..792158a 100644 --- a/gw-action.php +++ b/gw-action.php @@ -13,7 +13,7 @@ if ($action == 1){ //insert dropped items data echo ''; echo 'Character creation is currently disabled!

Click here to go to the main page'; //echo '
'; //enable this and modify it when gw-create.php is made -{ +} else { echo 'You shouldn\'t be seeing this, something went horribly horribly wrong!'; } ?> \ No newline at end of file