Minor changes
This commit is contained in:
parent
7ec772a11a
commit
b93fe00474
2 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
[php]
|
||||
# Configuration for the PHP configuration that NCC will use to run
|
||||
executable_path=/usr/bin/php
|
||||
|
||||
[ncc]
|
||||
data_directory=/
|
||||
data_directory=/var/ncc
|
|
@ -14,8 +14,8 @@
|
|||
// TODO: Check for root before proceeding
|
||||
|
||||
# Global Variables
|
||||
$NCC_INSTALL_PATH='/etc/ncc-lib';
|
||||
$NCC_DATA_PATH='/etc/ncc';
|
||||
$NCC_INSTALL_PATH='/etc/ncc';
|
||||
$NCC_DATA_PATH='/var/ncc';
|
||||
$NCC_UPDATE_SOURCE='https://updates.nosial.com/ncc/check_updates?current_version=$VERSION'; # Unused
|
||||
$NCC_CHECKSUM=__DIR__ . DIRECTORY_SEPARATOR . 'checksum.bin';
|
||||
$NCC_AUTOLOAD=__DIR__ . DIRECTORY_SEPARATOR . 'autoload.php';
|
||||
|
|
Loading…
Add table
Reference in a new issue