bouffeatulm/inc/header.php
Phyks 02ebd593c4 Started to rebuild the app
* Install.php page started
* Will use RainTPL for templates handling
2013-08-07 20:32:44 +02:00

5 lines
107 B
PHP

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