summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimone Rota <sip@crux.nu>2007-01-03 05:25:26 +0100
committerSimone Rota <sip@crux.nu>2007-01-03 05:25:26 +0100
commit5fd28954ee906ceeff4139a53509231096fab996 (patch)
tree0d024ab9f841a321799c46cd0d9c9339f38a4e51
parenta8b34a204b705ef0dfabecae125f5cbb8fb1a3fe (diff)
downloadwebtools-5fd28954ee906ceeff4139a53509231096fab996.tar.gz
webtools-5fd28954ee906ceeff4139a53509231096fab996.tar.xz
Mask email for httpup/rsync files
-rwxr-xr-xportdb/portdb/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/portdb/portdb/index.php b/portdb/portdb/index.php
index 6cee69e..c8c8c27 100755
--- a/portdb/portdb/index.php
+++ b/portdb/portdb/index.php
@@ -174,7 +174,7 @@ function getUp() {
$coll =& $res->fetchRow();
header('Content-type: text/plain');
header('Content-Disposition: attachment; filename="'.$coll['collname'].".".$coll['colltype'].'"');
- echo "# Collection ".$coll['collname'].", by ".$coll['maintainer']."\n";
+ echo "# Collection ".$coll['collname'].", by ".nospam($coll['maintainer'])."\n";
echo "# File generated by the CRUX portdb http://crux.nu/portdb/"."\n\n";
if ($coll['colltype'] == "httpup") {
echo "ROOT_DIR=/usr/ports/" . $coll['collname']."\n";

Generated by cgit