We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107a0e3 commit 83ab277Copy full SHA for 83ab277
cli/joomla.php
@@ -43,10 +43,6 @@
43
exit;
44
}
45
46
-if (!defined('JPATH_PUBLIC')) {
47
- define('JPATH_PUBLIC', JPATH_ROOT);
48
-}
49
-
50
// Check if installed
51
if (
52
!file_exists(JPATH_CONFIGURATION . '/configuration.php')
tests/Unit/bootstrap.php
@@ -35,10 +35,6 @@
35
define('JPATH_ROOT', JPATH_BASE);
36
37
38
39
40
41
42
/**
* @deprecated 4.4.0 will be removed in 6.0
**/
0 commit comments