mirror of
https://github.com/unraid/webgui.git
synced 2026-04-26 04:11:12 -05:00
Tools: new function -> PHP Settings
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user