Subversion-Projekte lars-tiefland.ci

Revision

Revision 69 | Revision 203 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 69 Revision 70
Zeile 95... Zeile 95...
95
 *---------------------------------------------------------------
95
 *---------------------------------------------------------------
96
 *
96
 *
97
 * This variable must contain the name of your "system" directory.
97
 * This variable must contain the name of your "system" directory.
98
 * Set the path if it is not in the same directory as this file.
98
 * Set the path if it is not in the same directory as this file.
99
 */
99
 */
100
	$system_path = $_SERVER['DOCUMENT_ROOT'].'/../system';
100
	$system_path = '/var/www/starfleethq/ci/system';
Zeile 101... Zeile 101...
101
 
101
 
102
/*
102
/*
103
 *---------------------------------------------------------------
103
 *---------------------------------------------------------------
104
 * APPLICATION DIRECTORY NAME
104
 * APPLICATION DIRECTORY NAME
Zeile 112... Zeile 112...
112
 *
112
 *
113
 * https://codeigniter.com/user_guide/general/managing_apps.html
113
 * https://codeigniter.com/user_guide/general/managing_apps.html
114
 *
114
 *
115
 * NO TRAILING SLASH!
115
 * NO TRAILING SLASH!
116
 */
116
 */
117
	$application_folder = $_SERVER['DOCUMENT_ROOT'].'/../application';
117
	$application_folder = '/var/www/starfleethq/ci/application';
Zeile 118... Zeile 118...
118
 
118
 
119
/*
119
/*
120
 *---------------------------------------------------------------
120
 *---------------------------------------------------------------
121
 * VIEW DIRECTORY NAME
121
 * VIEW DIRECTORY NAME