meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
config_php [2025/09/22 23:08] johnnyconfig_php [2025/09/22 23:09] (current) – [GET IP Method] johnny
Line 45: Line 45:
 From 25.06 onwards, if you are using Cloudflare, you will need to specify HTTP_CF_CONNECTING_IP instead. From 25.06 onwards, if you are using Cloudflare, you will need to specify HTTP_CF_CONNECTING_IP instead.
  
-===== Display Errors (For Development / Testing Purposes)+===== Display Errors (For Development / Testing Purposes) =====
  
-''// Show all errors +  * ''ini_set('display_errors', 1);'' 
-ini_set('display_errors', 1); +  * ''ini_set('display_startup_errors', 1);'' 
-ini_set('display_startup_errors', 1); +  * ''error_reporting(E_ALL);''
-error_reporting(E_ALL);''+