diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-05-06 17:33:46 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-05-09 22:48:46 +0100 |
| commit | 7b541d97578203274336ecb7a1d9f546b2b6e3d0 (patch) | |
| tree | a0f50aded995c520ecd13738b904b5f416222651 /library/WT/Menu.php | |
| parent | 5bbbf36fa6fe99e2bfe820d52a4a590c980db34e (diff) | |
| download | webtrees-7b541d97578203274336ecb7a1d9f546b2b6e3d0.tar.gz webtrees-7b541d97578203274336ecb7a1d9f546b2b6e3d0.tar.bz2 webtrees-7b541d97578203274336ecb7a1d9f546b2b6e3d0.zip | |
Refactor global user functions into new User/Auth classes
Diffstat (limited to 'library/WT/Menu.php')
| -rw-r--r-- | library/WT/Menu.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/library/WT/Menu.php b/library/WT/Menu.php index 41ea8599c4..83310ec395 100644 --- a/library/WT/Menu.php +++ b/library/WT/Menu.php @@ -21,11 +21,6 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -if (!defined('WT_WEBTREES')) { - header('HTTP/1.0 403 Forbidden'); - exit; -} - class WT_Menu { var $label = ' '; var $labelpos = 'right'; |
