aboutsummaryrefslogtreecommitdiff
path: root/mail/phplist/files/phplist.in
diff options
context:
space:
mode:
Diffstat (limited to 'mail/phplist/files/phplist.in')
-rw-r--r--mail/phplist/files/phplist.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/phplist/files/phplist.in b/mail/phplist/files/phplist.in
new file mode 100644
index 000000000000..b2f231283646
--- /dev/null
+++ b/mail/phplist/files/phplist.in
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+# script to run PHPlist from commandline. You may need to edit this to make it work
+# with your shell environment. The following should work for Bash on Fedora Linux
+# but this may vary strongly in other situations. You will need to dig into the
+# code to make sure it works for you.
+
+# in commandline mode, access is restricted to users who are listed in the config file
+# check README.commandline for more info
+
+# identify the config file for your installation
+CONFIG=%%WWWDIR%%/lists/config/config.php
+export CONFIG
+
+# alternatively you can use -c <path to config file> on the commandline
+
+# run the PHPlist index file with all parameters passed to this script
+exec %%LOCALBASE%%/bin/php %%WWWDIR%%/lists/admin/index.php $*