/* Connect aufbauen */
include("settings/connect.php");
/* Erstellen der neuen Tabellen und Felder */
if($_POST['execute_update'])
{
/*--------------------------------------------------------*/
mysql_query("ALTER TABLE {$prefix}_settings
ADD admin_spamprotection int(1) NOT NULL
");
mysql_query("drop table if exists {$prefix}_info"); ## NEW ##
mysql_query("create table {$prefix}_info(".
"version varchar(20) NOT NULL".
")")or error(__LINE__,__FILE__,"An error occurred while creating the table $prefix"."_info", mysql_error());
mysql_query("INSERT INTO $prefix"."_info (version) VALUES ('1.9.4')");
}
echo "NEWSolved Lite Update 1.9.3 to 1.9.4
";
if(!$_POST['execute_update'])
{
echo "