mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merged from stable
This commit is contained in:
parent
5938401cff
commit
d491049d2e
@ -83,7 +83,7 @@ print t("Your settings have been saved. You can now try"); ?> <a href="plot.php<
|
||||
|
||||
?>
|
||||
|
||||
<form action="<?php echo $HTTP_SERVER_VARS['PHP_SELF']; ?><?php if(isset($HTTP_GET_VARS["lastquery"])) { echo "?lastquery=$HTTP_GET_VARS[lastquery]"; } ?>" method="POST">
|
||||
<form action="ip-atlas_prefs.php<?php if(isset($HTTP_GET_VARS["lastquery"])) { echo "?lastquery=$HTTP_GET_VARS[lastquery]"; } ?>" method="POST">
|
||||
|
||||
<?php if(istheregd()) {
|
||||
echo t("Draw mode (defaults guessed for your browser):");
|
||||
|
@ -116,7 +116,7 @@ if(isset($address)) {
|
||||
print "$username $values[desc]";
|
||||
}
|
||||
|
||||
$PHP_SELF = $HTTP_SERVER_VARS['PHP_SELF'];
|
||||
$PHP_SELF = 'plot.php';
|
||||
|
||||
print '
|
||||
<br /><br />
|
||||
|
Loading…
x
Reference in New Issue
Block a user