Skip to content

Commit f1bbe3e

Browse files
committed
fix: rename 'skeleton' directory to 'system' in index.php
1 parent d5f7b8c commit f1bbe3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
define('FCPATH', __DIR__.DIRECTORY_SEPARATOR);
8989

9090
// Path to CiSkeleton system folder
91-
define('BASEPATH', $resolve('skeleton', 'system').DIRECTORY_SEPARATOR);
91+
define('BASEPATH', $resolve('system', 'system').DIRECTORY_SEPARATOR);
9292

9393
// Path to the application folder
9494
define('APPPATH', $resolve('application', 'application').DIRECTORY_SEPARATOR);

0 commit comments

Comments
 (0)