-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.php
20 lines (17 loc) · 1.11 KB
/
settings.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
/**
* *************************************************************************
* * MathExpression **
* *************************************************************************
* @package question **
* @subpackage mathexpression **
* @name MathExpression **
* @copyright oohoo.biz **
* @link http://oohoo.biz **
* @author Raymond Wainman ([email protected]) **
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later **
* *************************************************************************
* ************************************************************************ */
$settings->add(new admin_setting_configtext('qtype_mathexpression_sageserver',
get_string('sageserver','qtype_mathexpression'),
get_string('sageserver_help', 'qtype_mathexpression'), ''));