mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-04-24 22:49:17 -04:00
Rename 'kohana' to 'system' to conform to the Kohana filesystem layout. I'm comfortable with us not clearly drawing the distinction about the fact that it's Kohana.
This commit is contained in:
@@ -44,7 +44,7 @@ is_link(basename(__FILE__)) and chdir(dirname(realpath(__FILE__)));
|
||||
define('APPPATH', strtr(realpath('application') . '/', DIRECTORY_SEPARATOR, '/'));
|
||||
define('MODPATH', strtr(realpath('modules') . '/', DIRECTORY_SEPARATOR, '/'));
|
||||
define('THEMEPATH', strtr(realpath('themes') . '/', DIRECTORY_SEPARATOR, '/'));
|
||||
define('SYSPATH', strtr(realpath('kohana') . '/', DIRECTORY_SEPARATOR, '/'));
|
||||
define('SYSPATH', strtr(realpath('system') . '/', DIRECTORY_SEPARATOR, '/'));
|
||||
|
||||
// Force a test run if we're in command line mode.
|
||||
if (PHP_SAPI == 'cli') {
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user