02ebd593c4
* Install.php page started * Will use RainTPL for templates handling
5 lines
107 B
PHP
5 lines
107 B
PHP
<?php
|
|
if(!file_exists('config.php')) header('location: install.php');
|
|
|
|
require_once('config.php');
|