mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-02-21 20:59:02 +00:00
Empty commit
This commit is contained in:
parent
ab1fd8b80d
commit
129e1a6360
@ -173,8 +173,8 @@ CREATE TABLE `comments_edits` (
|
|||||||
`EditUser` int(10) DEFAULT NULL,
|
`EditUser` int(10) DEFAULT NULL,
|
||||||
`EditTime` datetime DEFAULT NULL,
|
`EditTime` datetime DEFAULT NULL,
|
||||||
`Body` mediumtext,
|
`Body` mediumtext,
|
||||||
KEY `Page` (`Page`,`PostID`),
|
KEY `EditUser` (`EditUser`),
|
||||||
KEY `EditUser` (`EditUser`)
|
KEY `PostHistory` (`Page`,`PostID`,`EditTime`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||||
|
|
||||||
CREATE TABLE `do_not_upload` (
|
CREATE TABLE `do_not_upload` (
|
||||||
|
@ -17,10 +17,10 @@
|
|||||||
<? } ?>
|
<? } ?>
|
||||||
<table cellpadding="2" cellspacing="1" border="0" align="center">
|
<table cellpadding="2" cellspacing="1" border="0" align="center">
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<td align="right">Username </td>
|
<td align="right" style="width:100px;">Username </td>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<input type="text" name="username" id="username" class="inputtext" value="<?=(!empty($_REQUEST['username']) ? display_str($_REQUEST['username']) : '')?>" />
|
<input type="text" name="username" id="username" class="inputtext" value="<?=(!empty($_REQUEST['username']) ? display_str($_REQUEST['username']) : '')?>" />
|
||||||
<p>It is recommended that you do NOT use your real name for personal security! We will not be changing it for you.</p>
|
<p>Use common sense when choosing your username. Offensive usernames will not be tolerated. Also, do not choose a username that can be associated with your real name. If you do so, we will not be changing it for you.</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
|
Loading…
Reference in New Issue
Block a user