Vergleich admin/settings.php - 1.2.2 - 1.2.7

  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: settings.php 2295 2006-09-30 16:15:57Z Tikitiki $

 * $Id: settings.php 2932 2007-03-10 05:48:55Z chris $

 */

define("IN_MYBB", 1);

 */

define("IN_MYBB", 1);

Zeile 710Zeile 710
			echo "<td class=\"$bgcolor\" width=\"88%\">\n<strong>\n<a href=\"settings.php?".SID."&amp;action=change&amp;gid=".$group['gid']."\">".$group['title']."</a>\n</strong>\n (".$settings_count.")\n<br />\n".$group['description'];
if(md5($debugmode) == "0100e895f975e14f4193538dac4d0dc7" || $group['isdefault'] != "yes")
{

			echo "<td class=\"$bgcolor\" width=\"88%\">\n<strong>\n<a href=\"settings.php?".SID."&amp;action=change&amp;gid=".$group['gid']."\">".$group['title']."</a>\n</strong>\n (".$settings_count.")\n<br />\n".$group['description'];
if(md5($debugmode) == "0100e895f975e14f4193538dac4d0dc7" || $group['isdefault'] != "yes")
{

				$options['change'] = $lang->modify_settings;
$options['edit'] = $lang->edit_setting_group;
$options['add'] = $lang->add_setting;
$options['delete'] = $lang->delete_setting_group;



				$options = array(
'change' => $lang->modify_settings,
'edit' => $lang->edit_setting_group,
'add' => $lang->add_setting,
'delete' => $lang->delete_setting_group,
);

			}
else
{

			}
else
{

				$options['change'] = $lang->modify_settings;



				$options = array(
'change' => $lang->modify_settings,
);

			}
echo "<td class=\"$bgcolor\" align=\"right\" nowrap=\"nowrap\">\n";
startform("settings.php");

			}
echo "<td class=\"$bgcolor\" align=\"right\" nowrap=\"nowrap\">\n";
startform("settings.php");