12 lines
252 B
PHP
12 lines
252 B
PHP
<?php
|
|
|
|
// Initializes environment variables and other stuff.
|
|
// if (!isset($_SESSION['initialized']))
|
|
require_once 'functions/init.php';
|
|
|
|
require_once 'functions/functions.php';
|
|
|
|
include_once 'components/head.php';
|
|
|
|
include_once 'components/foot.php';
|