mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 04:21:17 -05:00
created default stikked.php config
This commit is contained in:
parent
17c42666d0
commit
c5819616b8
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
htdocs/static/asset/*
|
htdocs/static/asset/*
|
||||||
|
htdocs/application/config/stikked.php
|
||||||
|
@ -27,8 +27,9 @@ Installation
|
|||||||
|
|
||||||
1. Download stikked from https://github.com/claudehohl/Stikked/tags
|
1. Download stikked from https://github.com/claudehohl/Stikked/tags
|
||||||
2. Create a user and database for Stikked
|
2. Create a user and database for Stikked
|
||||||
3. Edit configuration settings in application/config/stikked.php - everything is described there
|
3. Copy application/config/stikked.php.default to application/config/stikked.php
|
||||||
4. You're done!
|
4. Edit configuration settings in application/config/stikked.php - everything is described there
|
||||||
|
5. You're done!
|
||||||
|
|
||||||
* The database structure will be created automatically if it doesn't exist.
|
* The database structure will be created automatically if it doesn't exist.
|
||||||
* No special file permissions are needed by default. Optional: If you want to have the JavaScript- and CSS-files minified, the static/asset/ folder has to be writable.
|
* No special file permissions are needed by default. Optional: If you want to have the JavaScript- and CSS-files minified, the static/asset/ folder has to be writable.
|
||||||
|
@ -168,7 +168,7 @@ class CI_Config {
|
|||||||
{
|
{
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
show_error('The configuration file '.$file.'.php does not exist.');
|
show_error('The configuration file '.$file.'.php does not exist. Please copy '.$file.'.php.default to '.$file.'.php and make the changes as needed and refresh the page.');
|
||||||
}
|
}
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user