@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update "should not run as root" message

Summary: These should be fine to land whenever.

Test Plan: N/A

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D14066

authored by

Joshua Spence and committed by
joshuaspence
4626fb4e 98a301a5

+1 -4
+1 -4
src/applications/aphlict/management/PhabricatorAphlictManagementWorkflow.php
··· 132 132 133 133 if (posix_getuid() == 0) { 134 134 throw new PhutilArgumentUsageException( 135 - pht( 136 - // TODO: Update this message after a while. 137 - 'The notification server should not be run as root. It no '. 138 - 'longer requires access to privileged ports.')); 135 + pht('The notification server should not be run as root.')); 139 136 } 140 137 141 138 // Make sure we can write to the PID file.