<?php if(!is_file(__DIR__.'/storage/installed.lock')){header('Location: install.php');exit;}$c=require __DIR__.'/config.php';header('Location: '.rtrim($c['base_url'],'/').'/index.php');