diff options
author | francis <francis> | 2008-02-25 14:50:58 +0000 |
---|---|---|
committer | francis <francis> | 2008-02-25 14:50:58 +0000 |
commit | fd24526b037f22f4088b8c9e05f5ed8840b70e8a (patch) | |
tree | 26fbb1671a8229e4d0212824fc137c5c30e839a6 | |
parent | f9006cefc0558d69f9fe7707909223b367d6bbb8 (diff) |
For spellchecker
-rwxr-xr-x | public/fcgi/php-bitter | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/fcgi/php-bitter b/public/fcgi/php-bitter new file mode 100755 index 000000000..bf58b9e23 --- /dev/null +++ b/public/fcgi/php-bitter @@ -0,0 +1,3 @@ +#!/bin/sh +PHP_FCGI_CHILDREN=1 PHPRC=/etc/php4/fcgi exec /usr/bin/php4-cgi + |