Merge pull request #20 from Shobika/release-test

Release test
This commit is contained in:
Shobika 2022-03-01 14:23:36 -05:00 committed by GitHub
commit 841ba817c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -367,20 +367,20 @@
<screen x="0" y="0" width="1792" height="1120" /> <screen x="0" y="0" width="1792" height="1120" />
</state> </state>
<state x="360" y="222" key="#com.intellij.execution.impl.EditConfigurationsDialog/0.0.1792.1120@0.0.1792.1120" timestamp="1645553002844" /> <state x="360" y="222" key="#com.intellij.execution.impl.EditConfigurationsDialog/0.0.1792.1120@0.0.1792.1120" timestamp="1645553002844" />
<state x="464" y="115" key="CommitChangelistDialog2" timestamp="1646161622884"> <state x="464" y="115" key="CommitChangelistDialog2" timestamp="1646162228833">
<screen x="0" y="0" width="1792" height="1120" /> <screen x="0" y="0" width="1792" height="1120" />
</state> </state>
<state x="464" y="115" key="CommitChangelistDialog2/0.0.1792.1120@0.0.1792.1120" timestamp="1646161622884" /> <state x="464" y="115" key="CommitChangelistDialog2/0.0.1792.1120@0.0.1792.1120" timestamp="1646162228833" />
<state x="464" y="127" key="CommitChangelistDialog2/0.23.1792.1013@0.23.1792.1013" timestamp="1645217137275" /> <state x="464" y="127" key="CommitChangelistDialog2/0.23.1792.1013@0.23.1792.1013" timestamp="1645217137275" />
<state x="464" y="127" key="CommitChangelistDialog2/0.23.1792.1015@0.23.1792.1015" timestamp="1646075753392" /> <state x="464" y="127" key="CommitChangelistDialog2/0.23.1792.1015@0.23.1792.1015" timestamp="1646075753392" />
<state x="397" y="199" key="SettingsEditor" timestamp="1645553221314"> <state x="397" y="199" key="SettingsEditor" timestamp="1645553221314">
<screen x="0" y="0" width="1792" height="1120" /> <screen x="0" y="0" width="1792" height="1120" />
</state> </state>
<state x="397" y="199" key="SettingsEditor/0.0.1792.1120@0.0.1792.1120" timestamp="1645553221314" /> <state x="397" y="199" key="SettingsEditor/0.0.1792.1120@0.0.1792.1120" timestamp="1645553221314" />
<state x="496" y="272" key="Vcs.Push.Dialog.v2" timestamp="1646161631583"> <state x="496" y="272" key="Vcs.Push.Dialog.v2" timestamp="1646162235647">
<screen x="0" y="0" width="1792" height="1120" /> <screen x="0" y="0" width="1792" height="1120" />
</state> </state>
<state x="496" y="272" key="Vcs.Push.Dialog.v2/0.0.1792.1120@0.0.1792.1120" timestamp="1646161631583" /> <state x="496" y="272" key="Vcs.Push.Dialog.v2/0.0.1792.1120@0.0.1792.1120" timestamp="1646162235647" />
<state x="496" y="269" key="Vcs.Push.Dialog.v2/0.23.1792.1013@0.23.1792.1013" timestamp="1645217141605" /> <state x="496" y="269" key="Vcs.Push.Dialog.v2/0.23.1792.1013@0.23.1792.1013" timestamp="1645217141605" />
<state x="496" y="269" key="Vcs.Push.Dialog.v2/0.23.1792.1015@0.23.1792.1015" timestamp="1646075774591" /> <state x="496" y="269" key="Vcs.Push.Dialog.v2/0.23.1792.1015@0.23.1792.1015" timestamp="1646075774591" />
<state x="122" y="380" key="com.intellij.ide.util.TipDialog" timestamp="1646161606531"> <state x="122" y="380" key="com.intellij.ide.util.TipDialog" timestamp="1646161606531">

View File

@ -23,7 +23,7 @@
$password = ""; $password = "";
$db = "1ccb8097d0e9ce9f154608be60224c7c"; $db = "1ccb8097d0e9ce9f154608be60224c7c";
// Create connection // Create connection
$conn = new mysqli($servername, $username, $password,$db); //$conn = new mysqli($servername, $username, $password,$db);
// Check connection // Check connection
if ($conn->connect_error) { if ($conn->connect_error) {