mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-18 19:40:55 +01:00
Delete /xhprof/ from directory, mark /mail/ as Admin Only
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
This commit is contained in:
parent
9ba4f24e93
commit
59380582d8
1 changed files with 6 additions and 0 deletions
6
resources/sql/patches/095.directory.sql
Normal file
6
resources/sql/patches/095.directory.sql
Normal file
|
@ -0,0 +1,6 @@
|
|||
UPDATE phabricator_directory.directory_item
|
||||
SET name = 'MetaMTA (Admin Only)'
|
||||
WHERE href = '/mail/';
|
||||
|
||||
DELETE FROM phabricator_directory.directory_item
|
||||
WHERE href = '/xhprof/';
|
Loading…
Reference in a new issue