Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions application/config/config.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

$config['base_url'] = ''; // Base URL including trailing slash (e.g. http://localhost/)
$config['base_url'] = ROOT_DIR; // Base URL including trailing slash (e.g. http://localhost/)

$config['default_controller'] = 'main'; // Default controller to load
$config['error_controller'] = 'error'; // Controller used for errors (e.g. 404, 500 etc)
Expand All @@ -10,4 +10,4 @@
$config['db_username'] = ''; // Database username
$config['db_password'] = ''; // Database password

?>
?>