direct access to script forbidden SC#58

This commit is contained in:
skodak
2005-01-29 14:16:45 +00:00
parent 52b38b1ae5
commit 157d9457f2
3 changed files with 11 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
<?php // $Id$
defined('MOODLE_INTERNAL') or die('Direct access to this script is forbidden.');
?>
<script language="javascript">
<!--
/// This Javascript clock provides a little countdown in the title bar
+3 -1
View File
@@ -3,7 +3,9 @@
// This will produce a floating timer that counts
// how much time is left to answer the quiz.
//
?>
defined('MOODLE_INTERNAL') or die('Direct access to this script is forbidden.');
?>
<script language="javascript" type="text/javascript">
<!--
function send_data() {
+4
View File
@@ -1,3 +1,7 @@
<?php // $Id$
defined('MOODLE_INTERNAL') or die('Direct access to this script is forbidden.');
?>
<script language="javascript" type="text/javascript">
<!--
document.write('<form action="attempt.php" method="get"' +