浏览代码

used a real spell checker

development
mauirixxx 7 年前
父节点
当前提交
b0004d090a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      gw-admin.php

+ 2
- 2
gw-admin.php 查看文件

@@ -11,9 +11,9 @@ if (isset($_SESSION['userid']) && ($_SESSION['access'])){
echo'<BR />You don\'t have access to these tools!<BR />';
} else {
echo 'Delete a toon <A HREF="gw-deletetoon.php" CLASS="navlink">here</A><BR />'; //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!<BR /><BR />';
echo 'This will delete a character from a user account, and all of it\'s recorded drop data - this is not reversible!<BR /><BR />';
echo 'Delete a user <A HREF="gw-deleteuser.php" CLASS="navlink">here</A><BR />'; //page doesn't actually exist yet
echo 'This will delete the user, all of their associated toons, and associated drop data - this is NOT reversable!<BR /><BR />';
echo 'This will delete the user, all of their associated toons, and associated drop data - this is NOT reversible!<BR /><BR />';
}
echo 'Click <A HREF="gw-index.php" CLASS="navlink">HERE</A> to return to the home page!';
} else {


正在加载...
取消
保存