We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1141f2 commit d64a387Copy full SHA for d64a387
1 file changed
preload.php
@@ -101,7 +101,9 @@ public function load(): void
101
}
102
103
require_once $file[0];
104
- echo 'Loaded: ' . $file[0] . "\n";
+ // Uncomment only for debugging (to inspect which files are included).
105
+ // Never use this in production - preload scripts must not generate output.
106
+ // echo 'Loaded: ' . $file[0] . "\n";
107
108
109
0 commit comments