We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b36e7d3 commit 733dea8Copy full SHA for 733dea8
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