79622087

Date: 2025-05-14 18:38:47
Score: 1
Natty:
Report link

Define as constant file and use it as anywhere you want.

define('ROOT_PATH', dirname(__DIR__));

If you want to use inside includes directory.

require_once ROOT_PATH . '/includes/errorhandler.php';

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user30064482