mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 03:25:15 +02:00
Review Modifications
make changes based on review.
This commit is contained in:
parent
80367d05d8
commit
26fbe8dfba
2 changed files with 53 additions and 60 deletions
14
boot.php
14
boot.php
|
@ -106,20 +106,6 @@ define('SSL_POLICY_FULL', 1);
|
|||
define('SSL_POLICY_SELFSIGN', 2);
|
||||
/* @}*/
|
||||
|
||||
/**
|
||||
* @name Logger
|
||||
*
|
||||
* log levels
|
||||
* @{
|
||||
*/
|
||||
define('LOGGER_WARNING', 0);
|
||||
define('LOGGER_INFO', 1);
|
||||
define('LOGGER_TRACE', 2);
|
||||
define('LOGGER_DEBUG', 3);
|
||||
define('LOGGER_DATA', 4);
|
||||
define('LOGGER_ALL', 5);
|
||||
/* @}*/
|
||||
|
||||
/**
|
||||
* @name Register
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue