mirror of
https://github.com/wallabag/wallabag.git
synced 2026-03-21 11:32:35 +01:00
Both files now delegate to web/index.php and emit an E_USER_DEPRECATED notice. A defined() guard prevents the notice from firing twice when Symfony Runtime re-executes the entry script via SCRIPT_FILENAME. The deprecated wrappers set APP_ENV/APP_DEBUG to match their legacy environments (prod/0 and dev/1) so existing web server configurations that point to these files keep working until wallabag 3.0 removes them. Debug::enable() is no longer called explicitly — SymfonyRuntime handles it when APP_DEBUG is truthy.