commit
50ec736f6f
|
@ -347,7 +347,14 @@
|
||||||
<option name="project" value="LOCAL" />
|
<option name="project" value="LOCAL" />
|
||||||
<updated>1646075613273</updated>
|
<updated>1646075613273</updated>
|
||||||
</task>
|
</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 />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
<component name="VcsManagerConfiguration">
|
<component name="VcsManagerConfiguration">
|
||||||
|
@ -360,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="127" key="CommitChangelistDialog2" timestamp="1646075753392">
|
<state x="464" y="115" key="CommitChangelistDialog2" timestamp="1646161622884">
|
||||||
<screen x="0" y="23" width="1792" height="1015" />
|
<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="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.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="269" key="Vcs.Push.Dialog.v2" timestamp="1646075774591">
|
<state x="496" y="272" key="Vcs.Push.Dialog.v2" timestamp="1646161631583">
|
||||||
<screen x="0" y="23" width="1792" height="1015" />
|
<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="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.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">
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user