First Commit
This commit is contained in:
@@ -54,8 +54,7 @@
|
||||
$full_path = $const_before . $const_value;
|
||||
|
||||
if (!is_dir($full_path) && !is_file($full_path)) {
|
||||
debugStatusMes("The folder/file declared into '$const_name' constant is missing or not accessible. Please check it.", "High");
|
||||
die;
|
||||
@mkdir($full_path, 0777, true);
|
||||
}
|
||||
|
||||
if (!defined($const_name)) {
|
||||
|
||||
Reference in New Issue
Block a user