Home
last modified time | relevance | path

Searched refs:escape_ini (Results 1 – 1 of 1) sorted by relevance

/dports/audio/ampache/ampache-php74-5.0.0/src/Module/System/
H A DInstallationHelper.php672 $line = $key . ' = ' . $this->escape_ini($value);
676 $line = $key . ' = "' . $this->escape_ini($secret_key) . '"';
680 $line = $key . ' = "' . $this->escape_ini((string) $current[$key]) . '"';
697 private function escape_ini($str) function in Ampache\\Module\\System\\InstallationHelper