./index.php
// Special case: session keep-alive, output a transparent pixel.
if (!empty($maintenance) && !allowedTo('admin_forum'))
header('Location: ' . str_replace(' ', '%20', 'http://' . $_SERVER['SERVER_NAME'] . '/bakimda.html'));
// Special case: session keep-alive, output a transparent pixel.
Forum bakımda olduğunda ve giriş yapmış kullanıcı yönetici grubunda değilse, http.siteniz.com/bakimda.html adresine yönlenecektir...