* * This file is part of Easy-WI. * * Easy-WI is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Easy-WI is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with Easy-WI. If not, see . * * Diese Datei ist Teil von Easy-WI. * * Easy-WI ist Freie Software: Sie koennen es unter den Bedingungen * der GNU General Public License, wie von der Free Software Foundation, * Version 3 der Lizenz oder (nach Ihrer Wahl) jeder spaeteren * veroeffentlichten Version, weiterverbreiten und/oder modifizieren. * * Easy-WI wird in der Hoffnung, dass es nuetzlich sein wird, aber * OHNE JEDE GEWAEHELEISTUNG, bereitgestellt; sogar ohne die implizite * Gewaehrleistung der MARKTFAEHIGKEIT oder EIGNUNG FUER EINEN BESTIMMTEN ZWECK. * Siehe die GNU General Public License fuer weitere Details. * * Sie sollten eine Kopie der GNU General Public License zusammen mit diesem * Programm erhalten haben. Wenn nicht, siehe . */ if (isset($include) and $include == true) { $insert_easywi_version = $sql->prepare("INSERT INTO `easywi_version` (`version`,`de`,`en`) VALUES ('3.70','
18.08.2013
Änderungen:


Bugfixes:
','
08.18.2013
Changes:


Bugfixes:
')"); $insert_easywi_version->execute(); $response->add('Action: insert_easywi_version done: '); $insert_easywi_version->closecursor(); $query = $sql->prepare("ALTER TABLE `settings` ADD COLUMN `emailregister` blob NULL"); $query->execute(); $query = $sql->prepare("UPDATE `settings` SET `emailregister`=0x78dae5554d8fd330103d77a5fd0fc628b75649535a8a7022ad4a7b854339704293649258ebd8c1710be5d733f95ab6d54a5be08010b978de7c3cdba337b178f1eefd66ffe9c39695ae5231bbbd11254216dfde4c84934e61ec3953cbd4137e0fdb40850e28dfd533fc7290c7886f8c76a8dd6c7faa91b3b4471177f8cdf92def5b9696601b24dfc7fd6eb6e64423fc61239198ecc4922235cad888bfdc751f670a7357812da48e78c0191de311eacdaf327325e1687494288bd275194aea7b620b97abe55dc8d9f102c38037dd47f4745682017d8b05efef0f894296189ba1ed2887ede641e0d12d51a91ab24ceaa20bb6b8a9211d70cb3061c2d9ce98303233361e2f7c4446543fefbe99afeec21d8fa9dbd933856fd66795dbe5abe53cbcaaf2992d1959f6dca2b5edc5af7665fe076d097eb72febf34a9252b05d7582cb49972c8714230e56829a96a88ee8640ad323da0c344c1d94a602ce1af99db24807a271d6e8629c02e635682999c6610808bfa58d4562fd4ecbdde235a00e0e9c349a4a0e54a3a1426f7a91d56a6eee8d4e1a298b79c4bda634960688aee148d4edd07c4e14e87b1e3f84840ff11364a1f7847371e9c40aa4b25880cd1aefc13d46b5b158abd345d1b0f48dbf4262c1951afba795b57a1dd0be7d3f73635ca78bbfde9bffe65f24fcf6e5e89f92f6f1fa01c9a9e3c7"); $query->execute(); $query = $sql->prepare("INSERT INTO `translations` (`type`, `lang`, `transID`, `text`, `resellerID`) VALUES ('em', 'de', 'emailregister', '\r\n\r\n Account Aktivierung\r\n Sehr geehrte(r)\r\n bitte aktivieren Sie Ihren Account indem sie auf folgenden Link klicken:\r\n Bei Fragen nutzen Sie bitte das Ticketsystem, oder nehmen telefonisch Kontakt auf.\r\n Die entsprechende Nummer finden Sie im Panel.\r\n (Dies ist eine automatisch versendete E-Mail. Bitte antworten Sie nicht darauf, weil dieses E-Mail Konto nicht in der Lage ist, E-Mails zu empfangen.)\r\n', 0), ('em', 'uk', 'emailregister', '\r\n\r\n Account Activation\r\n Dear\r\n please activate your account by clicking following link:\r\n If you have any questions feel free to use our supportsystem or give us a call.\r\n You will find the phonenumber in our panel.\r\n (This is an automated mail. Please do not reply to it since the account is configured to send only.)\r\n', 0)"); $query->execute(); $query = $sql->prepare("ALTER TABLE `servertypes` ADD COLUMN `protectedSaveCFGs` text NULL"); $query->execute(); $query = $sql->prepare("UPDATE `servertypes` SET `protectedSaveCFGs`='cfg/server.cfg'"); $query->execute(); } else { echo "Error: this file needs to be included by the updater!
"; }