diff options
Diffstat (limited to 'sqlbox/view.php')
-rw-r--r-- | sqlbox/view.php | 2 |
1 files changed, 0 insertions, 2 deletions
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'); |