$OpenBSD: patch-html_nfsen_php,v 1.2 2013/05/03 01:17:10 sthen Exp $
--- html/nfsen.php.orig	Mon Jan 23 16:36:02 2012
+++ html/nfsen.php	Fri May  3 01:34:14 2013
@@ -701,7 +701,7 @@ switch ($label) {
 		}
 		if ( count($plugins) > 0 ) {
 			$plugin_name = $plugins[ $_SESSION['sub_tab'] ];
-			$include_file = "$FRONTEND_PLUGINDIR/$plugin_name" . ".php";
+			$include_file = "plugins/$plugin_name" . ".php";
 			include($include_file);
 			$plugin_parse_input = $plugin_name . "_ParseInput";
 			$plugin_run 	    = $plugin_name . "_Run";
