- restructure includes

- new participo functions: isAdmin, hasUserAttribute
This commit is contained in:
marko
2022-06-25 19:12:10 +02:00
parent 8329a6b2df
commit 1cf9365a77
7 changed files with 72 additions and 31 deletions

View File

@@ -5,4 +5,8 @@ $config['basePath'] = "/users/cwsvjudo/www";
$config['baseUrl'] = "http://cwsvjudo.bplaced.net";
$config['ressourceUrl'] = "http://cwsvjudo.bplaced.net/ressourcen";
setlocale (LC_ALL, 'de_DE@euro', 'de_DE', 'de', 'ge');
set_include_path(get_include_path() . PATH_SEPARATOR . "./lib/");
set_include_path(get_include_path() . PATH_SEPARATOR . $config['basePath']."/ressourcen/");
?>