Unable to read config.ini.php. Did you rename it from config.ini.php-example?
Error message: ' .$e->getMessage());
}
$i = 0;
$ii = 0;
foreach ($config as $keyname => $section) {
if(($keyname !== "general" && $section["enabled"]=="true")){
$i++;
if(!empty($section["default"]) && $section["default"]=="true"){
$defaulttabuser = "tab$i";
}
}
if(!empty($section["useicons"]) && ($section["useicons"]=="true")){
$icons = "active";
$guesticons = "";
$adminicons = "";
$refreshicons = "";
}
if(!empty($section["usemargins"]) && ($section["usemargins"]=="true")){
$margins = "active";
}
if($icons == "active"){
$px = "62px";//80
$pxmobile = "-30px";
}else{
$px = "34px";//50
$pxmobile = "0px";
}
if($margins == "active"){
$marginpx = "10px";
$marginborderpx = "0px";
}else{
$marginpx = "0px";
$marginborderpx = "0px";
}
//Guest
if($_COOKIE["logged"] !== $cookiepass && !empty($section["enabled"]) && ($section["enabled"]=="true") && !empty($section["guest"]) && ($section["guest"]=="true") ) {
if($icons == "active"){ $listicons = ""; }
$loadedlist .= "