Merge branch 'master' of ch1p.io:ch1p_io_web

This commit is contained in:
Evgeny Zinoviev 2024-02-09 19:27:58 +03:00
commit af1044821c
8 changed files with 2 additions and 2 deletions

View File

@ -68,4 +68,4 @@ I'm willing to pay $50 to $500 in crypto (depending on severity) for every disco
## License ## License
BSD-2-Clause BSD-2-Clause

View File

@ -96,7 +96,7 @@ class SkinContext {
function __construct(string $namespace) { function __construct(string $namespace) {
$this->ns = $namespace; $this->ns = $namespace;
require_once APP_ROOT.str_replace('\\', DIRECTORY_SEPARATOR, $namespace).'.skin.php'; require_once APP_ROOT.str_replace('\\', DIRECTORY_SEPARATOR, $namespace).'.phps';
} }
function __call($name, array $arguments) { function __call($name, array $arguments) {