voice.php 251 B

123456789101112
  1. <?php
  2. require("user.inc.php");
  3. require("template.inc.php");
  4. tpl_header();
  5. echo "<h2>Get voiced in the channel</h2>\n\n";
  6. echo "<p>Voicing via the web interface is obsolete. Instead, <code>/msg gitinfo .voice</code> on IRC. Thanks!";
  7. tpl_footer();