cypht-org / cypht

Cypht: Lightweight Open Source webmail aggregator [PHP, JS]
http://cypht.org
GNU Lesser General Public License v2.1
949 stars 146 forks source link

use WEB_ROOT consistently in output_modules.php #964

Closed TheDigitalOrchard closed 2 months ago

TheDigitalOrchard commented 2 months ago

Pullrequest

Take two!

Use WEB_ROOT consistently throughout core/output_modules.php. In some setups, this allows vendor and third_party assets to load correctly. Should not have any compatibility issues.

Please advise if moving from a relative to a root-relative path is less than ideal.

Issues

Checklist

How2Test

Todo