-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New. SFW. CustomDB implemented. #15
Conversation
cleantalk/fw_nets_meta.php
Outdated
), | ||
), | ||
'cols_num' => 4, | ||
'rows' => 13350, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The rows
must be 0 in the repository.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
|
||
$out = array(); | ||
|
||
// $myfile = fopen(__DIR__ . "/btree-get-a.txt", "a") or die("Unable to open file!"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Debug?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, removed, thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is one major note - why the library was implemented by simple copy-paste, but not by composer. Wrong way.
* Fix. Install. Insert code after `namespace` anf `declare` directives declaration. * Fix. Public. JS relative path fixed. * Fix. apbct_restore_include_path. Now works on most types of servers. * Fix. apbct_set_include_path. Protect constant owerwriting tries. * New. Moodle integration. Detect CMS. * New. Moodle integration. Modify signup page to protect registrations. * Fix. Code. Constant definition fix. * Fix. Code. Die page fixed and refactored. * New. Moodle integration. Custom login page exclusion logic. * Fix. Updater. PHP notices fixed. * Fix. Server variables getting from $_SERVER instead of filter_input. * Fix. Common Helper. Add rule for decbin - int type. * Fix: checking the version of the curl for the correct choice of the type of request * Fix. Helper. Curl options fixed. * Fix: file_exists before unlink * Added params for cookies * Fixed cookie_secure * Fix: Fixed installation * Mod. PHP 8.1. Settings and Get fields any * CRLF -> LF * Mod. PHP 8.1 compatibility. * New. SFW. CustomDB implemented. (#15) * New. SFW. CustomDB implemented. * Fix. SFW. Update delay time. * Fix after review. * Fix. Common. Err class fixed. --------- Co-authored-by: Glomberg <bazz@bk.ru> * Fix. SFW. PHP 8.1 notices fixed. * Upd. Version number was increased to 2.7.0. * Fix. Btree. PHP 8.1 notice fixed. --------- Co-authored-by: alexandergull <alex.g@cleantalk.org> Co-authored-by: alexandergull <galyshev@cleantalk.org> Co-authored-by: Alex <45482252+alexandergull@users.noreply.github.com> Co-authored-by: svfcode <svfcode@mail.ru> Co-authored-by: Artem Anoshin <artem-anoshin@yandex.ru>
No description provided.