Vergleich admin/badwords.php - 1.2.3 - 1.2.12

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 3Zeile 3
 * MyBB 1.2
* Copyright � 2006 MyBB Group, All Rights Reserved
*

 * MyBB 1.2
* Copyright � 2006 MyBB Group, All Rights Reserved
*

 * Website: http://www.mybboard.com
* License: http://www.mybboard.com/eula.html

 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/eula.html

 *

 *

 * $Id: badwords.php 2148 2006-08-27 04:10:33Z Tikitiki $

 * $Id: badwords.php 3488 2007-11-17 17:27:22Z Tikitiki $

 */

define("IN_MYBB", 1);

 */

define("IN_MYBB", 1);

Zeile 123Zeile 123
	{
$bgcolor = getaltbg();
echo "<tr>\n";

	{
$bgcolor = getaltbg();
echo "<tr>\n";

		echo "<td class=\"$bgcolor\" width=\"42%\">".$badword['badword']."</td>\n";
echo "<td class=\"$bgcolor\" width=\"42%\">".$badword['replacement']."</td>\n";

		echo "<td class=\"$bgcolor\" width=\"42%\">".htmlspecialchars_uni($badword['badword'])."</td>\n";
echo "<td class=\"$bgcolor\" width=\"42%\">".htmlspecialchars_uni($badword['replacement'])."</td>\n";

		echo "<td class=\"$bgcolor\" align=\"center\">";
startform("badwords.php", "", "edit");
makehiddencode("bid", $badword['bid']);

		echo "<td class=\"$bgcolor\" align=\"center\">";
startform("badwords.php", "", "edit");
makehiddencode("bid", $badword['bid']);