1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00

Unbeta Conpherence

Summary: Fixes T3155

Test Plan: saw conpherence on home page with beta mark

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T3155

Differential Revision: https://secure.phabricator.com/D6436
This commit is contained in:
Bob Trahan 2013-07-12 09:58:27 -07:00
parent 237ca095a6
commit 620aecb42e

View file

@ -5,10 +5,6 @@
*/ */
final class PhabricatorApplicationConpherence extends PhabricatorApplication { final class PhabricatorApplicationConpherence extends PhabricatorApplication {
public function isBeta() {
return true;
}
public function getBaseURI() { public function getBaseURI() {
return '/conpherence/'; return '/conpherence/';
} }