You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 14.10.2019, rk1: if $config['rk_minimal'] given and true then do nothing with the photo except displaing it (no thumbnail, qr-code or anything esle)
$my_config = 'my.config.inc.php';
if (file_exists($my_config)) {
require_once($my_config);
} else {
require_once('config.inc.php');
}
if ((isset($config['rk_minimal']) ? $config['rk_minimal'] : false) == false) {