Standards, what else?
This commit is contained in:
parent
1a436264cd
commit
132688d663
6 changed files with 33 additions and 29 deletions
4
boot.php
4
boot.php
|
|
@ -449,9 +449,9 @@ define ('NULL_DATE', '0001-01-01 00:00:00');
|
|||
|
||||
|
||||
// Normally this constant is defined - but not if "pcntl" isn't installed
|
||||
if (!defined("SIGTERM"))
|
||||
if (!defined("SIGTERM")) {
|
||||
define("SIGTERM", 15);
|
||||
|
||||
}
|
||||
/**
|
||||
*
|
||||
* Reverse the effect of magic_quotes_gpc if it is enabled.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue