We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70d2d70 commit b28e1abCopy full SHA for b28e1ab
1 file changed
application/Config/Paths.php
@@ -63,20 +63,6 @@ class Paths
63
*/
64
public $testsDirectory = __DIR__ . '/../../tests';
65
66
- /*
67
- * ---------------------------------------------------------------
68
- * PUBLIC DIRECTORY NAME
69
70
- *
71
- * This variable must contain the name of the directory that
72
- * contains the main index.php front-controller. By default,
73
- * this is the `public` directory, but some hosts may not
74
- * be able to map a primary domain to a sub-directory so you
75
- * can change this to `public_html`, for example, to comply
76
- * with your host's needs.
77
- */
78
- public $publicDirectory = FCPATH;
79
-
80
/*
81
* ---------------------------------------------------------------
82
* VIEW DIRECTORY NAME
0 commit comments