We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6554c1 commit bac178fCopy full SHA for bac178f
README.md
@@ -31,8 +31,8 @@ session_start();
31
32
require_once (dirname(__FILE__) . 'autoload.php');
33
34
-use lib/Cleantalk;
35
-use lib/CleantalkRequest;
+use lib\Cleantalk;
+use lib\CleantalkRequest;
36
37
// Take params from config
38
$config_url = 'http://moderate.cleantalk.org/api2.0/';
@@ -112,8 +112,8 @@ session_start();
112
113
114
115
116
117
118
119
0 commit comments