adasd
This commit is contained in:
@@ -6,7 +6,8 @@ if (!defined('APP_DEBUG') || APP_DEBUG !== true) {
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
$base = dirname(__DIR__, 1) . '/debug';
|
// debug files are stored in project root /debug (one level above /public)
|
||||||
|
$base = dirname(__DIR__, 2) . '/debug';
|
||||||
$files = [];
|
$files = [];
|
||||||
if (is_dir($base)) {
|
if (is_dir($base)) {
|
||||||
foreach (scandir($base) as $f) {
|
foreach (scandir($base) as $f) {
|
||||||
|
|||||||
Reference in New Issue
Block a user