9 lines
162 B
PHP
9 lines
162 B
PHP
<?php
|
|
|
|
include_once('modele/connexion_sql.php');
|
|
|
|
if (!isset($_GET['section']) OR $_GET['section'] == 'index')
|
|
{
|
|
include_once('controleur/blog/index.php');
|
|
}
|