bookwork fix: make php version independant
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ if(isset($_GET['threshold'])) {
|
||||
}
|
||||
|
||||
if(isset($_GET['restart_php']) && $_GET['restart_php'] == "true") {
|
||||
shell_exec("sudo service php7.4-fpm restart");
|
||||
shell_exec("sudo service php*-fpm restart");
|
||||
die();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user