add apiKey management
This commit is contained in:
@@ -1,17 +1,12 @@
|
||||
<?php
|
||||
/// @file some variable definitions
|
||||
|
||||
$config['basePath'] = "/users/cwsvjudo/www";
|
||||
$config['baseUrl'] = "http://cwsvjudo.bplaced.net";
|
||||
$config['ressourceUrl'] = "http://cwsvjudo.bplaced.net/ressourcen";
|
||||
$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( implode(
|
||||
PATH_SEPARATOR,
|
||||
[ get_include_path()
|
||||
, $config['basePath']
|
||||
, $config['basePath']."/ressourcen/"
|
||||
, $config['basePath']."/ressourcen/phpLib"
|
||||
, "./lib/"]
|
||||
setlocale(LC_ALL, 'de_DE@euro', 'de_DE', 'de', 'ge');
|
||||
set_include_path(implode(
|
||||
PATH_SEPARATOR,
|
||||
[get_include_path(), $config['basePath'], $config['basePath'] . '/ressourcen', $config['basePath'] . '/ressourcen/phpLib', './lib/']
|
||||
));
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user