File: debian_version

package info (click to toggle)
usemod-wiki 1.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 896 kB
  • sloc: perl: 4,991; sh: 27; makefile: 16
file content (10 lines) | stat: -rw-r--r-- 264 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/wiki.pl
+++ b/wiki.pl
@@ -5131,6 +5131,7 @@ sub RenamePage {
 sub DoShowVersion {
   print &GetHeader('', T('Displaying Wiki Version'), '');
   print "<p>UseModWiki version 1.2.2</p>\n";
+  print "<p>Debian version </p>\n";
   print &GetCommonFooter();
 }