From: Andreas Gohr Date: Mon, 23 Jan 2006 13:00:06 +0000 (+0100) Subject: added missing ajax.php X-Git-Tag: 0.7.1~98 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0fd360a9c929704faf2e5cb26bc6948eca606bfc;p=contagged added missing ajax.php darcs-hash:20060123130006-6e07b-bf8cf84453ef42d63681beab472d243d78ba682f.gz --- diff --git a/ajax.php b/ajax.php new file mode 100644 index 0000000..32ffcf8 --- /dev/null +++ b/ajax.php @@ -0,0 +1,72 @@ +'; + foreach($tags as $out){ + print '
  • '.htmlspecialchars($out).'
  • '; + } + print ''; +} + +?>