Files
wallabag-mirror/web
Yassine Guedidi b9965765b7 Deprecate web/app.php and web/app_dev.php
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.
2026-03-17 01:53:32 +01:00
..
2017-10-24 00:20:56 +02:00
2022-01-05 21:43:32 +01:00
2016-01-02 23:27:41 +01:00
2016-01-15 09:35:39 +01:00
2016-01-22 21:12:11 +01:00