Welcome Guest, Not a member yet? Register   Sign In
Config\Paths different on appStarter
#3

(This post was last modified: 08-06-2022, 05:48 PM by kenjis.)

Only the Paths.php is different.

Code:
$ diff -urN framework-4.2.3/app appstarter-4.2.3/app
diff -urN framework-4.2.3/app/Config/Paths.php appstarter-4.2.3/app/Config/Paths.php
--- framework-4.2.3/app/Config/Paths.php 2022-08-07 09:10:38.000000000 +0900
+++ appstarter-4.2.3/app/Config/Paths.php 2022-08-05 23:57:24.000000000 +0900
@@ -25,7 +25,7 @@
      *
      * @var string
      */
-    public $systemDirectory = __DIR__ . '/../../system';
+    public $systemDirectory = __DIR__ . '/../../vendor/codeigniter4/framework/system';

    /**
      * ---------------------------------------------------------------
Reply


Messages In This Thread
RE: Config\Paths different on appStarter - by kenjis - 08-06-2022, 05:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB