From dfda925f4291455c34afb2322a69e9b50f78f9d0 Mon Sep 17 00:00:00 2001 From: Miraty Date: Wed, 20 Apr 2022 00:35:33 +0200 Subject: [PATCH] /var/www/niver > /srv/php/niver --- inc/const.php | 2 +- public/css/.gitkeep | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 public/css/.gitkeep diff --git a/inc/const.php b/inc/const.php index 122a317..9000cc4 100644 --- a/inc/const.php +++ b/inc/const.php @@ -19,7 +19,7 @@ define("DOMAIN_EXAMPLE", "example"); // From RFC2606: Reserved Top Level DNS Nam // Custom Niver paths define("PREFIX", ""); // Prefix in URL, if any -define("ROOT_PATH", "/var/www/niver" . PREFIX); // Niver's directory +define("ROOT_PATH", "/srv/php/niver" . PREFIX); // Niver's directory define("SERVICE", substr(dirname($_SERVER['PHP_SELF']), strlen(PREFIX) + 1)); define("PAGE", basename($_SERVER['PHP_SELF'], '.php')); define("DB_PATH", ROOT_PATH . "/db/niver.db"); // Niver's SQLite database diff --git a/public/css/.gitkeep b/public/css/.gitkeep old mode 100644 new mode 100755