aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web/process.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/process.php b/web/process.php
index e0bf38a..b16f272 100644
--- a/web/process.php
+++ b/web/process.php
@@ -73,10 +73,10 @@ HOSTNAME=$hostname
ROOT_PASSWORD=$rootPass
DEFAULT_USERNAME=$username
DEFAULT_PASSWORD=$password
-USE_FLAGS='$use'
-PACKAGE_USE='$puse'
-FEATURES='$features'
-PACKAGE_ACCEPT_KEYWORDS='$keywords'
+USE_FLAGS=$use
+PACKAGE_USE=$puse
+FEATURES=$features
+PACKAGE_ACCEPT_KEYWORDS=$keywords
PACKAGES_LIST=$packagesList
OUTPUT_FORMAT=$outputFormat";