diff --git a/gw-admin.php b/gw-admin.php index a92d133..37ec265 100644 --- a/gw-admin.php +++ b/gw-admin.php @@ -13,7 +13,7 @@ if (isset($_SESSION['userid']) && ($_SESSION['access'])){ echo 'Delete a toon here
'; //page doesn't actually exist yet echo 'This will delete a character from a user account, and all of it\'s recorded drop data - this is not reversable!

'; echo 'Delete a user here
'; //page doesn't actually exist yet - echo 'This will delete the user, all of their associated toons, and associated drop data - this is NOT reverable!

'; + echo 'This will delete the user, all of their associated toons, and associated drop data - this is NOT reversable!

'; } echo 'Click HERE to return to the home page!'; } else {