4 lines
93 B
PHP
4 lines
93 B
PHP
<?php
|
|
// index.php - Point d'entrée temporaire
|
|
|
|
require_once __DIR__ . '/pages/home.php'; |