1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02: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:
vrana 2012-01-15 00:12:03 -08:00
parent 9ba4f24e93
commit 59380582d8

View 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/';