From a76b65d7b33aac6a8086b8408c7da3e20cd273f2 Mon Sep 17 00:00:00 2001 From: INOPIAE Date: Wed, 19 Dec 2012 01:01:44 +0100 Subject: bug 1112: included reference to includes/wot.inc.php in pages/wot/4.php and added 2nd filter on method in get_number_TTP --- pages/wot/4.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pages/wot') diff --git a/pages/wot/4.php b/pages/wot/4.php index 2bde1e1..c652731 100644 --- a/pages/wot/4.php +++ b/pages/wot/4.php @@ -14,7 +14,9 @@ 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 -*/ ?> +*/ +include_once("../../includes/wot.inc.php"); +?>

-- cgit v1.2.1