From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qs10q-0004G9-2l for garchives@archives.gentoo.org; Fri, 12 Aug 2011 23:19:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8770821C3EE; Fri, 12 Aug 2011 23:17:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4549421C3E2 for ; Fri, 12 Aug 2011 23:17:58 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC3BB1B4046 for ; Fri, 12 Aug 2011 23:17:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 2A4E980042 for ; Fri, 12 Aug 2011 23:17:57 +0000 (UTC) From: "Liam McLoughlin" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Liam McLoughlin" Message-ID: <98125751641c779335edaaaec11c9695b4827006.hexxeh@gentoo> Subject: [gentoo-commits] proj/gentoaster:master commit in: /, res/ X-VCS-Repository: proj/gentoaster X-VCS-Files: daemon.php res/keyboard.lst X-VCS-Directories: / res/ X-VCS-Committer: hexxeh X-VCS-Committer-Name: Liam McLoughlin X-VCS-Revision: 98125751641c779335edaaaec11c9695b4827006 Date: Fri, 12 Aug 2011 23:17:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 5a8ef3eddf200ce46c79a08b568c6fe6 commit: 98125751641c779335edaaaec11c9695b4827006 Author: Liam McLoughlin hexxeh net> AuthorDate: Wed Jul 27 21:57:51 2011 +0000 Commit: Liam McLoughlin hexxeh net> CommitDate: Wed Jul 27 21:57:51 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoaster.gi= t;a=3Dcommit;h=3D98125751 Remove stay database close method call --- daemon.php | 3 +- res/keyboard.lst | 92 ++++++++++++++++++++++++++++++++++++++++++++++++= ++++++ 2 files changed, 93 insertions(+), 2 deletions(-) diff --git a/daemon.php b/daemon.php index cac2adf..6704053 100644 --- a/daemon.php +++ b/daemon.php @@ -136,8 +136,7 @@ $stmt->bind_param("sds", $result, $returncode, $handle); $stmt->execute(); $stmt->close(); - $db->close(); - =20 + =20 $query =3D "SELECT port FROM ports ORDER BY port DESC LIMIT 1"; $stmt =3D $db->prepare($query); $stmt->execute(); diff --git a/res/keyboard.lst b/res/keyboard.lst new file mode 100644 index 0000000..61ed3b2 --- /dev/null +++ b/res/keyboard.lst @@ -0,0 +1,92 @@ + us United States + ad Andorra + af Afghanistan + ara Arabic + al Albania + am Armenia + at Austria + az Azerbaijan + by Belarus + be Belgium + bd Bangladesh + in India + ba Bosnia and Herzegovina =20 + br Brazil + bg Bulgaria + ma Morocco + mm Myanmar + ca Canada + cd Congo, Democratic Republic of the + cn China + hr Croatia + cz Czechia + dk Denmark + nl Netherlands + bt Bhutan + ee Estonia + ir Iran + iq Iraq + fo Faroe Islands + fi Finland + fr France + gh Ghana + gn Guinea + ge Georgia + de Germany + gr Greece + hu Hungary + is Iceland + il Israel=20 + it Italy =20 + jp Japan + kg Kyrgyzstan + kh Cambodia + kz Kazakhstan + la Laos + latam Latin American + lt Lithuania + lv Latvia + mao Maori + me Montenegro + mk Macedonia + mt Malta + mn Mongolia + no Norway + pl Poland + pt Portugal + ro Romania =20 + ru Russia + rs Serbia + si Slovenia=20 + sk Slovakia + es Spain + se Sweden + ch Switzerland + sy Syria + tj Tajikistan + lk Sri Lanka + th Thailand + tr Turkey + tw Taiwan + ua Ukraine + gb United Kingdom =20 + uz Uzbekistan + vn Vietnam + kr Korea, Republic of + nec_vndr/jp Japan (PC-98xx Series) + ie Ireland + pk Pakistan + mv Maldives + za South Africa + epo Esperanto + np Nepal + ng Nigeria + et Ethiopia + sn Senegal + brai Braille + tm Turkmenistan + ml Mali + tz Tanzania + ke Kenya + bw Botswana + ph Philippines From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QmCBW-0006gu-Qk for garchives@archives.gentoo.org; Wed, 27 Jul 2011 22:02:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E5E121C11A for ; Wed, 27 Jul 2011 22:02:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7E43521C03A for ; Wed, 27 Jul 2011 21:58:03 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81D971B4014 for ; Wed, 27 Jul 2011 21:58:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B03058003D for ; Wed, 27 Jul 2011 21:58:01 +0000 (UTC) From: "Liam McLoughlin" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Liam McLoughlin" Message-ID: <98125751641c779335edaaaec11c9695b4827006.hexxeh@gentoo> Subject: [gentoo-commits] proj/gentoaster:webui commit in: /, res/ X-VCS-Repository: proj/gentoaster X-VCS-Files: daemon.php res/keyboard.lst X-VCS-Directories: / res/ X-VCS-Committer: hexxeh X-VCS-Committer-Name: Liam McLoughlin X-VCS-Revision: 98125751641c779335edaaaec11c9695b4827006 Date: Wed, 27 Jul 2011 21:58:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: c28c6601719479f93170ba36114a178c Message-ID: <20110727215801.NKsDWs-513VcGtVSWKJMKYISauviWWfT4Xn4dLiJb84@z> commit: 98125751641c779335edaaaec11c9695b4827006 Author: Liam McLoughlin hexxeh net> AuthorDate: Wed Jul 27 21:57:51 2011 +0000 Commit: Liam McLoughlin hexxeh net> CommitDate: Wed Jul 27 21:57:51 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoaster.gi= t;a=3Dcommit;h=3D98125751 Remove stay database close method call --- daemon.php | 3 +- res/keyboard.lst | 92 ++++++++++++++++++++++++++++++++++++++++++++++++= ++++++ 2 files changed, 93 insertions(+), 2 deletions(-) diff --git a/daemon.php b/daemon.php index cac2adf..6704053 100644 --- a/daemon.php +++ b/daemon.php @@ -136,8 +136,7 @@ $stmt->bind_param("sds", $result, $returncode, $handle); $stmt->execute(); $stmt->close(); - $db->close(); - =20 + =20 $query =3D "SELECT port FROM ports ORDER BY port DESC LIMIT 1"; $stmt =3D $db->prepare($query); $stmt->execute(); diff --git a/res/keyboard.lst b/res/keyboard.lst new file mode 100644 index 0000000..61ed3b2 --- /dev/null +++ b/res/keyboard.lst @@ -0,0 +1,92 @@ + us United States + ad Andorra + af Afghanistan + ara Arabic + al Albania + am Armenia + at Austria + az Azerbaijan + by Belarus + be Belgium + bd Bangladesh + in India + ba Bosnia and Herzegovina =20 + br Brazil + bg Bulgaria + ma Morocco + mm Myanmar + ca Canada + cd Congo, Democratic Republic of the + cn China + hr Croatia + cz Czechia + dk Denmark + nl Netherlands + bt Bhutan + ee Estonia + ir Iran + iq Iraq + fo Faroe Islands + fi Finland + fr France + gh Ghana + gn Guinea + ge Georgia + de Germany + gr Greece + hu Hungary + is Iceland + il Israel=20 + it Italy =20 + jp Japan + kg Kyrgyzstan + kh Cambodia + kz Kazakhstan + la Laos + latam Latin American + lt Lithuania + lv Latvia + mao Maori + me Montenegro + mk Macedonia + mt Malta + mn Mongolia + no Norway + pl Poland + pt Portugal + ro Romania =20 + ru Russia + rs Serbia + si Slovenia=20 + sk Slovakia + es Spain + se Sweden + ch Switzerland + sy Syria + tj Tajikistan + lk Sri Lanka + th Thailand + tr Turkey + tw Taiwan + ua Ukraine + gb United Kingdom =20 + uz Uzbekistan + vn Vietnam + kr Korea, Republic of + nec_vndr/jp Japan (PC-98xx Series) + ie Ireland + pk Pakistan + mv Maldives + za South Africa + epo Esperanto + np Nepal + ng Nigeria + et Ethiopia + sn Senegal + brai Braille + tm Turkmenistan + ml Mali + tz Tanzania + ke Kenya + bw Botswana + ph Philippines