Écriture du readme.md + Configuration de la base de données (database.php) et de CodeIgniter en général (config.php)

This commit is contained in:
2024-05-17 12:08:35 +02:00
parent 78c3cb4a08
commit 4de57dd9cb
3 changed files with 42 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
| a PHP script and you can easily do that on your own.
|
*/
$config['base_url'] = '';
$config['base_url'] = '/stiti/SAE2.02/CodeIgniter-3.1.13';
/*
|--------------------------------------------------------------------------