Skip to content

Commit

Permalink
fix include path in lib/ajax.php
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kaufmann (d00p) <[email protected]>
  • Loading branch information
d00p committed Feb 10, 2018
1 parent 5612720 commit 2980397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
require './classes/settings/class.Settings.php';
require './functions/validate/function.validate_ip.php';
require './functions/validate/function.validateDomain.php';
require './lib/classes/cURL/class.HttpClient.php';
require './classes/cURL/class.HttpClient.php';

if (isset($_POST['action'])) {
$action = $_POST['action'];
Expand Down

0 comments on commit 2980397

Please sign in to comment.