- Mar 27, 2023
-
-
Till Brehm authored
-
- Feb 08, 2023
-
- Jan 20, 2023
-
-
Till Brehm authored
Fixed Undefined variable $new_lines in /usr/local/ispconfig/server/lib/classes/file.inc.php on line 126
-
- Dec 07, 2022
-
-
Till Brehm authored
-
- Dec 04, 2022
-
-
Helmo authored
-
- Nov 24, 2022
-
-
clk authored
-
- Nov 08, 2022
-
-
Till authored
-
- Nov 04, 2022
- Oct 26, 2022
-
-
ms217 authored
-
- Oct 18, 2022
- Sep 25, 2022
-
-
Thom authored
-
- Sep 24, 2022
-
-
ebela authored
Can set zero lenght password on constructor
-
- Sep 16, 2022
-
-
Till authored
-
- Sep 15, 2022
-
-
Till authored
-
- Aug 29, 2022
-
- Aug 15, 2022
-
-
ms217 authored
- Updated edit links in html template
-
- May 26, 2022
- May 18, 2022
- Apr 25, 2022
-
-
Marius Burkard authored
-
Marius Burkard authored
-
Marius Burkard 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 03, 2022
-
-
Jesse Norell authored
-