mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 22:51:59 +01:00
Fixed base dir detection for the gui
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
08ed11d517
commit
b4f71bd0a8
@ -210,7 +210,7 @@ $config['PILER_HEADER_FIELD'] = 'X-piler-id: ';
|
||||
|
||||
$config['DEFAULT_POLICY'] = 'default_policy';
|
||||
|
||||
$config['DIR_BASE'] = '/var/piler/www/';
|
||||
$config['DIR_BASE'] = dirname(__FILE__) . '/';
|
||||
|
||||
$config['DIR_SPHINX'] = '/var/piler/sphinx/';
|
||||
$config['DIR_STAT'] = '/var/piler/stat';
|
||||
|
Loading…
Reference in New Issue
Block a user