bouffeatulm/inc/header.php

7 lines
133 B
PHP
Raw Normal View History

<?php
if(!file_exists('config.php')) header('location: install.php');
2013-08-07 23:29:57 +02:00
session_start();
require_once('config.php');