Hey, my first ever post so please bare with me
. Just an update if anybody's interested. If you want to be able to log in and still use the site as an administrator, here's a code I thought I'd share:
-----
Hey, meine erste Post, so wenden Sie sich bitte mit nackten mich:). Nur ein Update, wenn jemand interessiert. Wenn Sie möchten, können sich anmelden, und nach wie vor nutzen die Site als Administrator an, hier ist ein Code Ich dachte, ich würde Aktie:
FIND/FINDE (
includes/page_header.php):
if ($maintenance){
header("Location: ".$site_sess->url($redirect_url, "&"));
exit;
}
REPLACE WITH/ERSETSEN DURCH:
if ($user_info['user_level'] != ADMIN && $maintenance) {
header("Location: " . $site_sess->url($redirect_url, "&"));
exit;
}
Sorry für die schlechte Deutsch, ich habe Google Translator.
Login into your Admin CP by visiting
gallery/admin/, once in the Admin CP you can return to your gallery with maintenance mode on.