Tools: new function -> PHP Settings

This commit is contained in:
bergware
2023-01-17 22:11:42 +01:00
parent 1ef7b916ee
commit 7651c1f62b
+1 -1
View File
@@ -103,7 +103,7 @@ function viewLog() {
}
function clearLog() {
$.post('/webGui/include/PHPsettings.php',{cmd:'clear'},function(){
swal({title:"_(PHP Log File)_",text:"_(Log file cleared)_",type:'success',html:true,confirmButtonText:"_(Ok)_"});
swal({title:"_(PHP Log File)_",text:"_(Log file cleared)_<br>_(You must reopen an existing LOG window)_",type:'success',html:true,confirmButtonText:"_(Ok)_"});
});
}
function PHPinfo() {