From 2588a98a3e84e57a7a373607a1ef7fffef09b6fb Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 24 Jan 2013 17:04:37 +0100 Subject: Remove comment from newmodule example --- sqlbox/view.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'sqlbox') diff --git a/sqlbox/view.php b/sqlbox/view.php index f9b4ba1..9f41232 100644 --- a/sqlbox/view.php +++ b/sqlbox/view.php @@ -27,8 +27,6 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -/// (Replace sqlbox with the name of your module and remove this line) - require_once(dirname(dirname(dirname(__FILE__))).'/config.php'); require_once(dirname(__FILE__).'/lib.php'); require_once(dirname(__FILE__).'/locallib.php'); -- cgit