diff options
Diffstat (limited to 'web/config.php')
-rw-r--r-- | web/config.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/config.php b/web/config.php index 210d1db..39f505f 100644 --- a/web/config.php +++ b/web/config.php @@ -3,6 +3,9 @@ // Gentoaster web interface settings // Licensed under GPL v3, see COPYING file + // Path to the Gentoaster binaries/resources + define("GENTOASTER_PATH", "/usr/share/gentoaster"); + // Path to the zonetab file define("ZONETAB", "/usr/share/zoneinfo/zone.tab"); |