Remove unused field2.php.
authorRobert Sesek <rsesek@bluestatic.org>
Tue, 26 May 2015 02:27:43 +0000 (22:27 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Tue, 26 May 2015 02:27:43 +0000 (22:27 -0400)
admin/field2.php [deleted file]

diff --git a/admin/field2.php b/admin/field2.php
deleted file mode 100644 (file)
index ab8e5fb..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-<?php
-/*=====================================================================*\
-|| ###################################################################
-|| # Bugdar
-|| # Copyright (c)2002-2013 Blue Static
-|| #
-|| # This program is free software; you can redistribute it and/or modify
-|| # it under the terms of the GNU General Public License as published by
-|| # the Free Software Foundation; version 2 of the License.
-|| #
-|| # This program is distributed in the hope that it will be useful, but
-|| # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-|| # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
-|| # more details.
-|| #
-|| # You should have received a copy of the GNU General Public License along
-|| # with this program; if not, write to the Free Software Foundation, Inc.,
-|| # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
-|| ###################################################################
-\*=====================================================================*/
-
-namespace bugdar\admin;
-
-require_once './global.php';
-require_once HOPLITE_ROOT . '/http/input.php';
-require_once BUGDAR_ROOT . '/includes/model_field.php';
-
-\NavLinks::fieldsPages();
-$navigator->set_focus('tab', 'fields', NULL);
-$navigator->set_focus('link', 'fields-pages-v2', 'fields-pages');
-
-if (!can_perform('canadminfields'))
-       admin_login();
-
-$admin->page_start('Fields V2');
-
-$admin->page_end();
\ No newline at end of file