commit
5b921abe9b
|
@ -2,8 +2,6 @@
|
|||
<project version="4">
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="2b8752ac-a037-4377-a6f3-e8a332ed1655" name="Default Changelist" comment="">
|
||||
<change afterPath="$PROJECT_DIR$/vulnerable-web-application.properties" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/vulnerable-web-application.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
|
@ -285,7 +283,28 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1645552821183</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="33" />
|
||||
<task id="LOCAL-00033" summary="New change">
|
||||
<created>1645554286859</created>
|
||||
<option name="number" value="00033" />
|
||||
<option name="presentableId" value="LOCAL-00033" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1645554286859</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00034" summary="New change">
|
||||
<created>1645554408714</created>
|
||||
<option name="number" value="00034" />
|
||||
<option name="presentableId" value="LOCAL-00034" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1645554408714</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00035" summary="New change">
|
||||
<created>1645555888504</created>
|
||||
<option name="number" value="00035" />
|
||||
<option name="presentableId" value="LOCAL-00035" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1645555888504</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="36" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="VcsManagerConfiguration">
|
||||
|
@ -298,22 +317,26 @@
|
|||
<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="115" key="CommitChangelistDialog2" timestamp="1645554286676">
|
||||
<state x="464" y="115" key="CommitChangelistDialog2" timestamp="1645555888346">
|
||||
<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="1645554286676" />
|
||||
<state x="464" y="115" key="CommitChangelistDialog2/0.0.1792.1120@0.0.1792.1120" timestamp="1645555888346" />
|
||||
<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="1645211480669" />
|
||||
<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="272" key="Vcs.Push.Dialog.v2" timestamp="1645552827330">
|
||||
<state x="496" y="272" key="Vcs.Push.Dialog.v2" timestamp="1645555905762">
|
||||
<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="1645552827330" />
|
||||
<state x="496" y="272" key="Vcs.Push.Dialog.v2/0.0.1792.1120@0.0.1792.1120" timestamp="1645555905762" />
|
||||
<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="1645211492989" />
|
||||
<state x="122" y="392" key="com.intellij.ide.util.TipDialog" timestamp="1646073660189">
|
||||
<screen x="0" y="0" width="1792" height="1120" />
|
||||
</state>
|
||||
<state x="122" y="392" key="com.intellij.ide.util.TipDialog/0.0.1792.1120@0.0.1792.1120" timestamp="1646073660189" />
|
||||
<state x="533" y="358" key="git4idea.merge.GitPullDialog" timestamp="1645552177069">
|
||||
<screen x="0" y="0" width="1792" height="1120" />
|
||||
</state>
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user