Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ridz1208 committed Apr 23, 2018
1 parent b3ec15d commit 0d1c122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion instruments/bmi.score
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @link https://github.com/aces/Loris
*/

require_once "../tools/generic_includes.php";
require_once __DIR__."/../../tools/generic_includes.php";
require_once "Database.class.inc";
$CommentID = $argv[1];
$db =& Database::singleton();
Expand Down
2 changes: 1 addition & 1 deletion modules/configuration/templates/form_configuration.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
</div>
{/function}
{*############################ DEMO ############################*}
<p style="color: red"><b><i>**Demonstration Notice: In order to avoid corrupting the demonstration server, no changes <br>implemented on this form will be saved to the database.**</p>
<p style="color: red"><b><i>**Demonstration Notice: In order to avoid corrupting the demonstration server, no changes <br>implemented on this form will be saved to the database.**</i></p>
{*############################ DEMO ############################*}
<p>Please enter the various configuration variables into the fields below. For information on how to configure LORIS, please refer to the Help section and/or the Developer's guide.</p>
<p>To configure study subprojects <a href="{$baseurl}/configuration/subproject/">click here</a>.
Expand Down

0 comments on commit 0d1c122

Please sign in to comment.