diff --git a/scripts/advanced.php b/scripts/advanced.php index e67c5bc..8252746 100644 --- a/scripts/advanced.php +++ b/scripts/advanced.php @@ -25,15 +25,6 @@ if(isset($_POST['submit'])) { } } - if(isset($_POST["db_pwd"])) { - $db_pwd = $_POST["db_pwd"]; - if(strcmp($db_pwd,$config['DB_PWD']) !== 0) { - shell_exec('sudo /usr/local/bin/update_db_pwd_bullseye.sh'); - $contents = preg_replace("/DB_PWD=.*/", "DB_PWD=$db_pwd", $contents); - $contents2 = preg_replace("/DB_PWD=.*/", "DB_PWD=$db_pwd", $contents2); - } - } - if(isset($_POST["ice_pwd"])) { $ice_pwd = $_POST["ice_pwd"]; if(strcmp($ice_pwd,$config['ICE_PWD']) !== 0) { @@ -306,9 +297,6 @@ foreach($formats as $format){

This password protects the Live Audio Stream, the Processed extractions, phpSysInfo, your Tools, and WebTerminal. When you update this value, the web server will reload, so wait about 30 seconds and then reload the page.

- -
-

This password protects the database. When you update this value, it will be updated automatically.