Skip to content

Commit

Permalink
Update. Readme. Add comment for include PHP-FPM support functoins.
Browse files Browse the repository at this point in the history
  • Loading branch information
svfcode authored Feb 15, 2023
1 parent a1e1921 commit 9fc8abc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ API sends a comment's text and several previous approved comments to the servers
session_start();

//require_once "vendor/autoload.php"; -- Composer
//require_once "lib/cleantalk-php-patch.php"; -- PHP-FPM

require_once "lib/Cleantalk.php";
require_once "lib/CleantalkHelper.php";
Expand Down Expand Up @@ -118,6 +119,7 @@ else
session_start();

//require_once "vendor/autoload.php"; -- Composer
//require_once "lib/cleantalk-php-patch.php"; -- PHP-FPM

require_once "lib/Cleantalk.php";
require_once "lib/CleantalkHelper.php";
Expand Down

0 comments on commit 9fc8abc

Please sign in to comment.