Closed
Conversation
* Chore: improve docs (#1230) * Change README.md * Update README.md * Change CONTRIBUTING.md * Improve TRANSLATIONS.md * Improve TRANSLATIONS.md * Create INSTALLATION.md * Update CONTRIBUTING.md * Improve CONTRIBUTING.md * Update CONTRIBUTING.md * Improve README.md (community & support) * Improve CONTRIBUTING.md * Improve INSTALLATION.md * Update README.md * Create bug_report.yml * Create feature_request.yml * Create translations.yml * Update bug_report.yml * Update feature_request.yml * Update translations.yml * Update PULL_REQUEST_TEMPLATE.md * Improve PULL_REQUEST_TEMPLATE.md * Update test-frontend.yml * Update test-php.yml * Improve test-php.yml * docker php-fpm test and build * Create docker-nginx.yml * Create docker-mariadb.yml * Create docker-phpmyadmin.yml * Improvements INSTALLATION.md * Create TRANSLATIONS.md (#1262)
nielsdrost7
commented
May 20, 2025
| continue; | ||
| } | ||
| if (substr(realpath($path), realpath($file) == 0)) { | ||
| $obj['name'] = substr($file, strpos($file, '_', 1) + 1); |
Contributor
Author
There was a problem hiding this comment.
if (str_starts_with(realpath($path . '/' . $file), realpath($path))) {
Form_validation: set_rules() called with an empty $rules parameter See: #1195
Collaborator
|
Replaced by #1268 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.