- Sep 24, 2022
-
-
ebela authored
Can set zero lenght password on constructor
-
- Aug 15, 2022
-
-
ms217 authored
- Updated edit links in html template
-
- Jul 23, 2022
-
-
Till Brehm authored
-
- May 26, 2022
- May 18, 2022
- Apr 28, 2022
-
-
Judah MW authored
This allows sites using redirect=proxy to still generate ACME certificates by not passing the acme requests through to the proxy. We should also consider using this for other features available such as own error documents, SSI and custom directives.
-
- Apr 26, 2022
-
-
Guillaume Subiron authored
-
- Apr 22, 2022
- Apr 08, 2022
-
-
Helmo authored
-
- Apr 04, 2022
-
-
Mattia Rizzolo authored
This command is using features that are not POSIX-compliant (the [[ and the || in them), that despite being supported by many shells (including bash) are not available in dash. Since system() runs the code with /bin/sh that is an interface defined as only being POSIX-compliant, with no extensions, it should not presume a specific shell in that. Closes: #6326 Signed-off-by:
Mattia Rizzolo <mattia@mapreri.org>
-
- Mar 24, 2022
-
-
Jesse Norell authored
-
Jesse Norell authored
-
Marius Burkard authored
-
Marius Burkard authored
-
Thom authored
-
- Mar 19, 2022
-
-
Gwyneth Llewelyn authored
There may be no guarantee that `$caller[...]` is actually set, or that either `file` or `line` are not empty.
-
Good point; I'd even use `!empty($caller['file']) && !empty($caller['line'])` to save a few cycles in the (improbable) case where both _may_ be set, but empty (thus making the whole exercise pointless...).
-
- Mar 15, 2022
-
-
Gwyneth Llewelyn authored
Also, tried to clean up the code formatting according to the guidelines _and_ added (most) entries for PHPDoc.
-
- Mar 14, 2022
-
-
Till Brehm authored
-
- Feb 26, 2022
- Feb 03, 2022
-
-
Jesse Norell authored
-
- Jan 24, 2022
-
-
Helmo authored
-
- Jan 23, 2022
- Jan 18, 2022
-
-
Jorge Muñoz authored
-
ms217 authored
-