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
}else{
die('Options variable acceptable only if in array()');
}
Şu düzeltmeleri ekledim, Ternary sistemiyle bu değer tanımlanmamışsa alanları için default bir yapılandırma yapman lazım, aksi takdirde, external ı foreach döngüsüne boş olarak sokarsan hata döküyor.
The text was updated successfully, but these errors were encountered:
if(! defined('S_CACHE_DIRECTORY') ) define ('SBX_CACHE_DIRECTORY', './sCache'); // Directory where html files are cached.
if (isset($options)) {
if (is_array($options)) {
}else{
die('Options variable acceptable only if in array()');
}
Şu düzeltmeleri ekledim, Ternary sistemiyle bu değer tanımlanmamışsa alanları için default bir yapılandırma yapman lazım, aksi takdirde, external ı foreach döngüsüne boş olarak sokarsan hata döküyor.
The text was updated successfully, but these errors were encountered: