<?php require_once('config.php'); if (FLAG_INSTALLED == 'Y') { header("location:app/user/user_story/main.php"); exit; } else { header("location:app/install/install_welcome/install_welcome.php"); exit; } ?>