9 lines
140 B
PHP
9 lines
140 B
PHP
<?php
|
|
|
|
$URLcorrection = "";
|
|
|
|
include_once 'includes/header.php';
|
|
include_once 'sections/services.php';
|
|
|
|
include_once 'includes/footer.php';
|