mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
59380582d8
Summary: /xhprof/ doesn't exist at all, /mail/ is only for admins Test Plan: Display directory Reviewers: epriestley Reviewed By: epriestley CC: aran, epriestley, vrana Differential Revision: https://secure.phabricator.com/D1405
6 lines
182 B
SQL
6 lines
182 B
SQL
UPDATE phabricator_directory.directory_item
|
|
SET name = 'MetaMTA (Admin Only)'
|
|
WHERE href = '/mail/';
|
|
|
|
DELETE FROM phabricator_directory.directory_item
|
|
WHERE href = '/xhprof/';
|