bouffeatulm/inc/header.php

5 lines
107 B
PHP
Raw Normal View History

<?php
if(!file_exists('config.php')) header('location: install.php');
require_once('config.php');