Merge pull request #19 from Shobika/release-test

Release test
This commit is contained in:
Shobika 2022-03-01 14:20:43 -05:00 committed by GitHub
commit 50ec736f6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 8 deletions

View File

@ -347,7 +347,14 @@
<option name="project" value="LOCAL" />
<updated>1646075613273</updated>
</task>
<option name="localTasksCounter" value="42" />
<task id="LOCAL-00042" summary="New change">
<created>1646161623086</created>
<option name="number" value="00042" />
<option name="presentableId" value="LOCAL-00042" />
<option name="project" value="LOCAL" />
<updated>1646161623086</updated>
</task>
<option name="localTasksCounter" value="43" />
<servers />
</component>
<component name="VcsManagerConfiguration">
@ -360,20 +367,20 @@
<screen x="0" y="0" width="1792" height="1120" />
</state>
<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="127" key="CommitChangelistDialog2" timestamp="1646075753392">
<screen x="0" y="23" width="1792" height="1015" />
<state x="464" y="115" key="CommitChangelistDialog2" timestamp="1646161622884">
<screen x="0" y="0" width="1792" height="1120" />
</state>
<state x="464" y="115" key="CommitChangelistDialog2/0.0.1792.1120@0.0.1792.1120" timestamp="1646074069732" />
<state x="464" y="115" key="CommitChangelistDialog2/0.0.1792.1120@0.0.1792.1120" timestamp="1646161622884" />
<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="397" y="199" key="SettingsEditor" timestamp="1645553221314">
<screen x="0" y="0" width="1792" height="1120" />
</state>
<state x="397" y="199" key="SettingsEditor/0.0.1792.1120@0.0.1792.1120" timestamp="1645553221314" />
<state x="496" y="269" key="Vcs.Push.Dialog.v2" timestamp="1646075774591">
<screen x="0" y="23" width="1792" height="1015" />
<state x="496" y="272" key="Vcs.Push.Dialog.v2" timestamp="1646161631583">
<screen x="0" y="0" width="1792" height="1120" />
</state>
<state x="496" y="272" key="Vcs.Push.Dialog.v2/0.0.1792.1120@0.0.1792.1120" timestamp="1646074109657" />
<state x="496" y="272" key="Vcs.Push.Dialog.v2/0.0.1792.1120@0.0.1792.1120" timestamp="1646161631583" />
<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="122" y="380" key="com.intellij.ide.util.TipDialog" timestamp="1646161606531">

View File

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