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 36ef56d commit f323597Copy full SHA for f323597
app/Config/Constants.php
@@ -59,12 +59,12 @@
59
| are as follows:
60
|
61
| Standard C/C++ Library (stdlibc):
62
- | http://www.gnu.org/software/libc/manual/html_node/Exit-Status.html
+ | https://www.gnu.org/software/libc/manual/html_node/Exit-Status.html
63
| (This link also contains other GNU-specific conventions)
64
| BSD sysexits.h:
65
- | http://www.gsp.com/cgi-bin/man.cgi?section=3&topic=sysexits
+ | https://www.gsp.com/cgi-bin/man.cgi?section=3&topic=sysexits
66
| Bash scripting:
67
- | http://tldp.org/LDP/abs/html/exitcodes.html
+ | https://tldp.org/LDP/abs/html/exitcodes.html
68
69
*/
70
defined('EXIT_SUCCESS') || define('EXIT_SUCCESS', 0); // no errors
0 commit comments