Skip to content

Commit

Permalink
add missing lib on base classes
Browse files Browse the repository at this point in the history
  • Loading branch information
davydovct committed Aug 17, 2018
1 parent 7389443 commit 06a2b94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CleanTalk/Base/lib/Cleantalk.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php
require_once $_SERVER['DOCUMENT_ROOT'].'/library/CleanTalk/Base/lib/CleantalkRequest.php';
require_once $_SERVER['DOCUMENT_ROOT'].'/library/CleanTalk/Base/lib/CleantalkRequest.php';

/**
* Cleantalk Base class
*
Expand Down
2 changes: 2 additions & 0 deletions CleanTalk/Base/lib/CleantalkSFW.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php
require_once $_SERVER['DOCUMENT_ROOT'].'/library/CleanTalk/Base/lib/CleantalkHelper.php';

/*
* CleanTalk SpamFireWall base class
* Compatible only with Wordpress.
Expand Down

0 comments on commit 06a2b94

Please sign in to comment.