Changement de constante
continuous-integration/drone/push Build encountered an error Details

ServeurDeTest
Noé GARNIER 2 years ago
parent 552a89f4f2
commit 57636b78be

2
.gitignore vendored

@ -18,3 +18,5 @@
*.db
/.vscode
/package.json
/package-lock.json

@ -1,6 +1,6 @@
// const URL = "http://localhost/Scripted/index.php";
const URL = "http://82.165.180.114/Scripted/index.php";
// const URL = "http://sancy.iut.uca.fr/~lafourcade/Scripted/index.php";
// const URL = "http://82.165.180.114/Scripted/index.php";
const URL = "http://sancy.iut.uca.fr/~lafourcade/Scripted/index.php";
function run() {
const terminal = document.getElementById("console");

@ -1,6 +1,7 @@
// const URL = "http://localhost/Scripted/index.php";
const URL = "http://82.165.180.114/Scripted/index.php";
// const URL = "http://sancy.iut.uca.fr/~lafourcade/Scripted/index.php";
// const URL = "http://82.165.180.114/Scripted/index.php";
/* A comment. */
const URL = "http://sancy.iut.uca.fr/~lafourcade/Scripted/index.php";
function run() {
const terminal = document.getElementById("console");

@ -173,8 +173,8 @@
</script>
<script>
// const URL = "http://localhost/Scripted/index.php";
const URL = "http://82.165.180.114/Scripted/index.php";
// const URL = "http://sancy.iut.uca.fr/~lafourcade/Scripted/index.php";
// const URL = "http://82.165.180.114/Scripted/index.php";
const URL = "http://sancy.iut.uca.fr/~lafourcade/Scripted/index.php";
function saveCode(index, enigmeId) {
console.log("saveCode");
var index = '<?php echo $index; ?>';

Loading…
Cancel
Save