5 lines
107 B
PHP
5 lines
107 B
PHP
|
<?php
|
||
|
if(!file_exists('config.php')) header('location: install.php');
|
||
|
|
||
|
require_once('config.php');
|