|
|
@@ -48,7 +48,7 @@ $checkDebug = core::isDebug();
|
|
|
});
|
|
|
|
|
|
$('#checkDebug').on('change', function() {
|
|
|
- window.location.href = "/submit.php?from=dev-debug-activation&actif=" + $("#checkDebug").prop('checked');
|
|
|
+ window.location.href = "/submit.php?from=parametres-debug-activation&actif=" + $("#checkDebug").prop('checked');
|
|
|
});
|
|
|
|
|
|
$('#modalPHPInfo').on('show.bs.modal', function() {
|