Minor changes

This commit is contained in:
Netkas 2022-08-11 15:21:29 -04:00
parent 7ec772a11a
commit b93fe00474
2 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,6 @@
[php] [php]
# Configuration for the PHP configuration that NCC will use to run
executable_path=/usr/bin/php executable_path=/usr/bin/php
[ncc] [ncc]
data_directory=/ data_directory=/var/ncc

View file

@ -14,8 +14,8 @@
// TODO: Check for root before proceeding // TODO: Check for root before proceeding
# Global Variables # Global Variables
$NCC_INSTALL_PATH='/etc/ncc-lib'; $NCC_INSTALL_PATH='/etc/ncc';
$NCC_DATA_PATH='/etc/ncc'; $NCC_DATA_PATH='/var/ncc';
$NCC_UPDATE_SOURCE='https://updates.nosial.com/ncc/check_updates?current_version=$VERSION'; # Unused $NCC_UPDATE_SOURCE='https://updates.nosial.com/ncc/check_updates?current_version=$VERSION'; # Unused
$NCC_CHECKSUM=__DIR__ . DIRECTORY_SEPARATOR . 'checksum.bin'; $NCC_CHECKSUM=__DIR__ . DIRECTORY_SEPARATOR . 'checksum.bin';
$NCC_AUTOLOAD=__DIR__ . DIRECTORY_SEPARATOR . 'autoload.php'; $NCC_AUTOLOAD=__DIR__ . DIRECTORY_SEPARATOR . 'autoload.php';