From 4b38aa90b8540aad0fb72f1df8bb6c990fb80b4b Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Fri, 18 Feb 2022 16:06:20 -0500 Subject: [PATCH] removed database password --- scripts/advanced.php | 12 ------------ 1 file changed, 12 deletions(-) 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.