2013-08-07 20:32:44 +02:00
|
|
|
<?php
|
2013-08-08 22:55:12 +02:00
|
|
|
if(!file_exists('inc/config.php')) header('location: install.php');
|
2013-08-07 23:29:57 +02:00
|
|
|
|
|
|
|
session_start();
|
2013-08-07 20:32:44 +02:00
|
|
|
|
2013-08-08 22:55:12 +02:00
|
|
|
require_once('inc/config.php');
|