Is there a reason why this would cause a 500 error? Something to do with when it's executed and what's available, or am I using __DIR__
incorrectly?
class MyClass
{
public $filepath = __DIR__ . "/../downloads";
}
Is there a reason why this would cause a 500 error? Something to do with when it's executed and what's available, or am I using __DIR__
incorrectly?
class MyClass
{
public $filepath = __DIR__ . "/../downloads";
}
Copyright © 2021 Jogjafile Inc.